Skip to content

RestAPI written in Python with Django and DRF. Part of a university project.

License

Notifications You must be signed in to change notification settings

paolaguarasci/ssd-be

Repository files navigation

Dressy Backend

pip install pipenv
pipenv install
pipenv install --dev
pipenv run mkm
pipenv run mkmapi
pipenv run migrate
pipenv run migrateapi

pipenv first time

pipenv shell
nano .env # contenuto di questo sulla chat whatsapp
pip install pipenv && pipenv install && pipenv install --dev && pipenv run mkm && pipenv run mkmapi && pipenv run migrate && pipenv run migrateapi && pipenv run loadall

Start Server Dev

pipenv run dev

Start Server Prod

con Nginx configurato per un proxypass 443:8000

pipenv run prod

About

RestAPI written in Python with Django and DRF. Part of a university project.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages