Skip to content

korpeev/mern-todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mern Todo App with JWT

Instalition Guide

  1. Git clone repo with command: git clone [repo url]
  2. Install deeps in server & client folders with command: npm install
  3. Go to server dir, create env file and add lines: API_URL='your client url' PORT='your PORT', MONGO_URI='your mongodb uri', JWT_ACCES_TOKE='your jwt acces token key', JWT_REFRESH_TOKE='your jwt refresh token key'
  4. Go to client dir, create env file and add lines: REACT_APP_API_URL='your api url'
  5. Go to clinet & server run app with command: npm run start

example App: Click

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published