Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 418 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 418 Bytes

Paper Schedule System

Installation

Python Environment

You need a Python environments first.

python3 -m pip install -r requirements.txt

Firebase Credential

You need a Firebase Credential and place it under api/ folder.

Run Application

Backend

Run the commands.

cd api
flask run -h 0.0.0.0 -p 8080

Frontend

Run the command

cd app
npm install
npm run dev