Skip to content

DerenC/OrbitalBackend

Repository files navigation

Deathenator Backend

Instructions, run the following commands in order to start the backend server.

For Mac/Linux:
python3 -m venv .venv
. .venv/bin/active 
pip install -r requirements.txt
python manage.py runserver
For Windows:
python -m venv .venv
.venv\Scripts\activate
pip install -r requirements.txt
python manage.py runserver

Note: You need to run the backend server before using the frontend server at https://nusfood.netlify.app/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages