Skip to content

Ullubiy07/Graph-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Editor

Docker Postgres FastAPI React

How to use?

You need to create .env files in www/backend and www/frontend directories

www/backend

DB_USER = '<your_name>'
DB_PASSWORD = '<your_password>'
DB_NAME = 'postgres'
DB_SERVER = 'db'

FRONTEND_URL = 'http://localhost:3000'

www/frontend

API_URL = 'http://localhost:8000'

Start

make up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors