Skip to content

alankang30/boilermake-xii

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 

Repository files navigation

boilermake-xii

How to Use:

First, clone the repository.

Backend:

go into the backend

cd backend

create a virtual environment with

python3 -m venv env

and activate it with

source env/bin/activate

Second, download the necessary requirements with pip:

pip install -r requirements.txt

To run the app,

python3 app.py

Frontend:

go into the frontend

cd boilermake-xii/frontend

install dependencies

npm install

start the server

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors