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