Skip to content

A MERN stack Notes App with user authentication, note management, pinning, and search functionality.

Notifications You must be signed in to change notification settings

mustan-ali/QuickMemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 

Repository files navigation

Setting Up Environment Variables

  1. In the Backend folder, create an .env file with the following content:

    JWT_SECRET=<jwt-secret>
    MONGO_URL=<database-connection-string>
  2. In the Frontend folder, create an .env file with the following content:

    REACT_APP_BACKEND_URL=<backend-url>

Running the Application

  1. In the Backend folder, run the following commands:

    node index.js
  2. In the Frontend folder, run the following commands:

    npm start

About

A MERN stack Notes App with user authentication, note management, pinning, and search functionality.

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •