Jira clone with MongoDB, Express, React and Node.js
Install backend
- Create a MongoDB instance
- Edit the index.js in /server/db/
- Set a secret key for jwt in /server/db/secretKey.js
- npm install or yarn install
Install frontend
- npm install or yarn install
- npm start or yarn start