alinowrouzii / NSG-backend

Night Sky gallery Backend written in Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NSG-backend

Night Sky Gallery Backend written in Django

To run API:

cd nightSky
virtualenv venv
. venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

Note: rename .env.test to .env and then run the API

About

Night Sky gallery Backend written in Django


Languages

Language:Python 100.0%