Skip to content

a notes app with react js as frontend and flask as backend to make REST API

Notifications You must be signed in to change notification settings

JfrAziz/notes-flask-react

Repository files navigation

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

About

a notes app with react js as frontend and flask as backend to make REST API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published