- Spring 2022 Mentored Project
- Codebase will be building a standalone web-app for the Berkeley Food Pantry to aid in the efficiency and ease in the pantry’s food distribution system. This will be achieved by having a stock listing accessible to the users, having a system to make an appointment to avoid clutter in person, and a feature to record dietary preferences so the pantry can make these accommodations beforehand.
- Full project specifications: https://docs.google.com/document/d/1IzzWDqvpbJZ7u9otHb-PCZSJb3wEpSkWDTK2oWqeOsQ/edit?usp=sharing
- clone the repository
- run
yarn install
in the root, client, and server folders- if there are new plugins, re-run
yarn install
in the folders
- if there are new plugins, re-run
Starting the application
- run
yarn start
in the client folder to start the react app in localhost
- React client: localhost:3000