Skip to content

pittcsc/pitt-meals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Frontend

  1. Download Node.js here if you do not already have it on your machine
  2. Clone repository locally and enter the following into your terminal: cd frontend
    npm install
    npm run dev
  3. Go to the address specified in output to view website locally

Backend

  1. Download Python here if you do not already have it on your machine
  2. Clone repository locally and enter the following into your terminal:

cd backend
On Mac/Linux: source venv/bin/activate
On Windows: venv\Scripts\activate
pip install -r requirements.txt

  1. To run the flask app to view endpoint responses in your browser run flask run and visit the address specified in the output. From there you can append your endpoint's route to the address to view its response body

Contributing

To contribute a feature, please make a new branch(example name: feature/fiber-endpoint)and checkout the branch locally before making changes. Then once you are done you can make a pullrequest with that branch, link it to a specific Github Issue, and the team lead will review, merge and delete that branch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors