Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 501 Bytes

readme.md

File metadata and controls

19 lines (15 loc) · 501 Bytes

Flask + React JS : REST API notes APP.

I made this project to learn about rest api, how to make it, make better understanding how jwt work. If you wanna use this project you must run following code before starting

install pip packages

pip install -r > requirements.txt

install npm packages

npm install

Now, you must make a new database notes or you can edit database name, username, and password in .flaskenv. After that run migration

flask db migrate
flask db upgrade