-
To set up front, navigate to frontend folder, run
npm install
to install its packages -
Run
npm run dev
to 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 shell
then 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
forked from moringa-sessions/Auth-Authorization
-
Notifications
You must be signed in to change notification settings - Fork 0
skmutai6/Auth-Authorization
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 48.4%
- Python 46.4%
- HTML 3.3%
- Mako 1.7%
- CSS 0.2%