Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 348 Bytes

README.md

File metadata and controls

32 lines (26 loc) · 348 Bytes

CFP backend (Flask, Mongoengine, JWT)

Backend Setup

Create folder and activate it for packages

cd backend
python -m venv venv
venv\Scripts\activate

Package install

pip install -r requirements.txt 

Backend Run

Flask run

Frontend Setup and Run

yarn
yarn start

or

npm install
npm start