mustan-ali / QuickMemo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 96.0%Language:CSS 2.2%Language:HTML 1.8%