Skip to content

React Login Dashboard that uses Local Storage to sustain authentication sessions. This project uses a mesh-relationship similar to a social network for inviting users to projects.

Notifications You must be signed in to change notification settings

christophernathaniel/Social-Kanban

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/harsh661/mern-auth.git
  2. Change into project directory

    cd mern-auth
  3. Install dependencies

    npm install
  4. Rename .env-example to .env and add following content:

    NODE_ENV=development
    PORT=5000
    MONGODB_URI=your-mongodb-connection-string
    JWT_SECRET=your-secret-key
  5. Start server:

    npm run devStart

About

React Login Dashboard that uses Local Storage to sustain authentication sessions. This project uses a mesh-relationship similar to a social network for inviting users to projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published