Created By: Bryan Luo, Isaac Chettiath, Muthu Palaniappan, Sabrina Nguyen
📚 CS97 FALL 2020
The web app nourish is a “community craigslist” for any extra food or resources that can go towards COVID relief or help people in need. During the pandemic, people might not have access to resources anymore due to high unemployment rates and lack of financial resources. On the other hand, lots of families would be willing to donate extra food and resources to the people that may need it. Our website serves as a bridge between the two.
- React.js
- Node.js
- Express
- MongoDB Atlas
- GraphQL
- HTML/CSS
- User Registration and Login/Authorization
- Uploading a Post
- Can upload text, tags, captions, and images
- Liking and Commenting on a Post
- Searching Posts by Tags
- First, clone the repository onto your local device.
- Run
npm install
in the directory with the clone. - Run
node index
to start the backend server. - Run
npm start
to start the frontend on your local host. - Explore nourish!