Skip to content

bennymeier/mern-stack-project-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira clone with MongoDB, Express, React and Node.js

image image image

Install backend

  1. Create a MongoDB instance
  2. Edit the index.js in /server/db/
  3. Set a secret key for jwt in /server/db/secretKey.js
  4. npm install or yarn install

Install frontend

  1. npm install or yarn install
  2. npm start or yarn start