Requires a modern browser capable of running ES6 JavaScript
Requires Node >= 8.9
-
In your terminal, navigate to the
node_server/projectfolder -
npm installto install libraries -
npm startto run
knex seed:run to reset seed data
Requires Python 3.6 or higher.
- In your terminal, navigate to the
django_server/projectfolder - Create and activate a virtual environment (optional, but recommended). If you need help, follow this video or this tutorial.
pip install -r requirements.txtpython manage.py runserverto run
python manage.py loaddata users books to reset seed data