-
To set up front, navigate to frontend folder, run
npm installto install its packages -
Run
npm run devto run your server -
In backend, got to pipfile and change the python version to
python_version = "*" -
To run your backend/flask, navigate to backend folder, then activate your virtial environment using
pipenv shellthen install the packages usingpipenv install -
To run your server use
flask run --port 8080. Remember the port number, but you can use any of your choice so long you change in react
moringa-sessions/Auth-Authorization
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|