Website api for sharing meals together. Invite your best friends or your family for dinner!
New features:
- User account
- Login
- User can delete or edit his meals or reservation from his account page
- User can change a meal to not active from his account page
- Search
- Sort by price
- Show meals with available reservations
- Show meals with high rating review stars
- Pagination
Backend :
- Add unit testing by jest and TDD
Frontend :
- Add Typescript
-
Link to deployed website:
This project will be built out over 3 different classes:
- Postman
- MySQL Workbench
To install run npm install
To run npm run dev
The api can now be found on http://localhost:3000/api/
an example is http://localhost:3000/api/meals
- @islam-fawzy25 - Idea & Initial work