An app to help find your cooking needs and connect with other chefs or hobbyists!
I would like to add AI to help users with recipe options in case they don't see one they like or have the main ingredients to make one they see, by inputting current ingredients and receiving back options!
In this project, I wanted to dive deeper into my backend skillset. trying to implement quality restful APIS for my frontend teammate! learning how to use search queries for a search feature we implemented in the app. implementing web sockets again. Using typescript in the backend I wanted to ensure safe type-checked code to the best of my ability. Working in a team dealing with merge conflicts and getting used to a GitHub workflow. In the future, I would like to get better at implementing secure login options. overall an amazing experience building this app with my partner!
Demo Email: test@test.com
Demo password: 12345678
- Clone repo
- cd server
- run
npm install
- go to config folder and make a .env file DB_STRING = PORT = CLOUDINARY_API_KEY = CLOUDINARY_API_SECRET = CLOUDINARY_NAME =
- add all those variables to the .env file
1, run npx tsc
2. run node server.js