Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 1.39 KB

README.md

File metadata and controls

49 lines (40 loc) · 1.39 KB

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