$ npm install --progress
$ pip install -r requirements-dev.txt
You'll need to configure and register several variables that should not be exposed publicly. This will be done in .env
; see .env.example) for a guide on how to set it up.
Do not proceed to the next section until you have done so.
You'll have to first create your database, using any of the databases supported by SQLAlchemy.
Following that, run the database migrations:
$ python manage.py db upgrade
$ python manage.py runserver
Visit the application at http://localhost:5000 (the port is set to 5000 by default).
For more options, consult python manage.py runserver --help
.
The backend API must be running before you start the React app.
$ npm run dev
Visit the application at http://localhost:3000 (the port is set to 3000 by default).
For more options, consult webpack-dev-server --help
.
See LICENSE.
Authors: | Eddo Williams Hintoso |
---|