Home
Softono
mern-stack-project-management

mern-stack-project-management

Open source TypeScript
69
Stars
13
Forks
2
Issues
0
Watchers
4 years
Last Commit

About mern-stack-project-management

A project management platform built with the MERN-Stack.

Platforms

Web Self-hosted

Languages

TypeScript

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