Dependencies
Step #1 - Clone the project
Step #2 - Install dependencies via NPM or yarn
Step #3 - Start in development mode
Step #4 - Configure the backend -src/config.js
Step #1 - clone the project using GIT
Step #2 - Install dependencies (using a virtual environment)
virtualenv
is activatedStep #3 - Prepare the environment
Or for Windows-based systems
Step #4 - Initialize the database, checkrun.py
for shell context
Step #5 - Start the API server
http://localhost:5000
in your browser. The API server will be running.