Skip to content

NTU IM / 2022 SDM group 4 final project

Notifications You must be signed in to change notification settings

chinghan422/formalot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Formalot

Frontend

After cloning the project, run

cd frontend
yarn install
yarn start

Backend

Please create a virtual environment first. For MacOS

python3 -m venv formalot-env

Install the packages written in requirements.txt.

pip -r install requirements.txt

If you installed new packages and need other people to use the same version of packages, write the info into txt.

pip freeze > requirements.txt

If you don't create virtual environment: Please install Flask first.

pip install Flask

After cloning the project, run

cd backend
flask run

About

NTU IM / 2022 SDM group 4 final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • Python 23.6%
  • CSS 14.1%
  • HTML 0.6%