Skip to content

skkuse/2023fall_41class_team1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SWE3002_41 Team Project


Frontend

Getting Started

  1. Install node.js (Latest LTS Version: 18.18.0, includes npm 9.8.1) https://nodejs.org/ko/download
  2. Move to frontend folder
cd frontend
  1. Install packages
npm install
  1. Execute
npm start 

If you want to install new packages, please use the following command.

npm install [package name]

Backend

Getting Started

  1. Move to backend folder
cd backend
  1. Install packages
pip install -r requirements.txt
  1. Execute server
uvicorn app.main:app --reload

Contributing

If you install a new package, use the following command to reflect that package in requirements.txt.

pip freeze > requirements.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published