Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 407 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 407 Bytes

bookmarker-api

.env file

Create an .env file in main directory and add export SECRET_KEY=Your secret key

Edit .flaskenv file

Add your secret key to export JWT_SECRET_KEY=Your secret key

Install Packages

Install packages in requeirements.txt file

Running App

Open a new terminal in the main directory of project and type flask run

App will run on http://localhost:5000/