Skip to content

daudonhere/django-modular-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Modular App Projects.

Getting Started

Add .env to Backend project

DB_USER=
DB_PASSWORD=
DB_HOST=
DB_PORT=
DB_NAME=

Run your Backend project.

pip install -r requirements.txt

activate your venv (optional)

python manage.py runserver

Open http://localhost:8000 with your browser to see the result.

Open http://localhost:8000/services/docs/ with your browser to see endpoint.

About

Modular rest API backend using django

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published