NoteYourBite is a full-stack MERN application designed for users to confidently write and share restaurant ratings, with easy search navigation and secure authentication.
- User Authentication: Secure login and registration through unique Json Web Tokens.
- Restaurant Reviews: Users can add, edit, and delete their restaurant reviews stored on a remote MongoDB database.
- Responsive Design: Accessible on various devices with Tailwind Media Queries.
- Frontend: React, JavaScript
- Backend: Node.js, Express
- Database: Mongoose, MongoDB
- Styling: Taiwind CSS, HTML
Navigate to the implementation folder for more screenshots.
- Clone the repository:
git clone https://github.com/Git-haan/NoteYourBite.git
- Navigate to the project directory:
cd NoteYourBite
- Install dependencies for both frontend and backend:
cd backend && npm install cd ../frontend && npm install
- Start the development server:
cd ../backend && npm start cd ../frontend && npm start