Skip to content

This MERN application allows users to create, read, update and delete notes with a user authentication system and a search feature. It also has a responsive design that works well on both desktop and mobile devices.

Notifications You must be signed in to change notification settings

sohelrana1304/cyber-note

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cyber Note

To start setting up the project

This is a full-stack MERN application that allows users to create, read, update and delete notes. The application has a user authentication system that allows users to sign up and log in. Once logged in, users can create notes with a title and body. They can also edit and delete their notes. The application has a search feature that allows users to search for notes by title or body. The application also has a responsive design that works well on both desktop and mobile devices.

Step 1: Clone the repo or download

git clone https://github.com/sohelrana1304/cyber-note.git

Step 2: cd into the cloned repo and run:

  • Command to instal dependencies and Start the Backend Server:
npm run install-server
npm run start-server
  • Command to instal dependencies and Start the Client Side:
npm run install-client
npm run start-client
  • Build Command for client:
npm run build-client

Step 3: Go to backend folder and put your credentials in the .env file or create a .env file in backend directory and then put your credentials.

To go to backend folder:

cd backend

Credentials:

PORT=3000
MONGODB_URI=YOUR MONGODB URI
JWT_SECRET=YOUR SECRET KEY

Author

Author

About

This MERN application allows users to create, read, update and delete notes with a user authentication system and a search feature. It also has a responsive design that works well on both desktop and mobile devices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published