Skip to content

A Full-Stack MERN application where users can write their restaurant ratings in confidence.

Notifications You must be signed in to change notification settings

git-haan/NoteYourBite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NoteYourBite

NoteYourBite is a full-stack MERN application designed for users to confidently write and share restaurant ratings, with easy search navigation and secure authentication.

Dashboard

Features

  • 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.

Technologies Used

  • Frontend: React, JavaScript
  • Backend: Node.js, Express
  • Database: Mongoose, MongoDB
  • Styling: Taiwind CSS, HTML

Implementation

Login

Sign Up

Search

Add Note

Navigate to the implementation folder for more screenshots.

Installation

  1. Clone the repository:
    git clone https://github.com/Git-haan/NoteYourBite.git
  2. Navigate to the project directory:
    cd NoteYourBite
  3. Install dependencies for both frontend and backend:
    cd backend && npm install
    cd ../frontend && npm install
  4. Start the development server:
    cd ../backend && npm start
    cd ../frontend && npm start

About

A Full-Stack MERN application where users can write their restaurant ratings in confidence.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published