/api/users/register
: create a new user/api/users/login
: authenticate an existing user/api/users/logout
: delete the associated JWT token/api/users/checkSession
: check an existing JWT Token for validity/api/users/edit
- edit the information associated with a registered userπ Step 1 - clone the project using GIT
π Step 2 - Install dependencies (using a virtual environment)
virtualenv
is activatedπ Step 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.run.py
is responsible to bundle and start the API Server using the setup coded by the api
folder: