Requires a modern browser capable of running ES6 JavaScript
Requires Node >= 8.9
-
In your terminal, navigate to the
node_server/project
folder -
npm install
to install libraries -
npm start
to run
knex seed:run
to reset seed data
Requires Python 3.6 and Pipenv.
pip install pipenv
if you don't already have Pipenv
-
In your terminal, navigate to the
django_server/project
folder -
pipenv --python 3.6
to create virtual environment -
pipenv install
to install libraries -
pipenv shell
to activate the virtual environment -
python manage.py runserver
to run
python manage.py loaddata users books
to reset seed data