An open API service indexing awesome lists of open source software.

https://github.com/ricardoferreirasilva/project-management

A Project management website using the MERN stack.
https://github.com/ricardoferreirasilva/project-management

Last synced: 6 months ago
JSON representation

A Project management website using the MERN stack.

Awesome Lists containing this project

README

          

# Project Management
A simple demo application for managing projects. Built with the MERN stack.
Node is required to be installed in order to run this project.

**Setup environment variables**

- cd project_management/back_end
- create .env file.
- setup the ATLAS_URI (URI used for mongodb connection) and TOKEN_SECRET (used for generating authtokens) variables.

**Running the back-end API**

1. cd project_management/back_end
2. npm install
3. npm run prod

**Running the front end**

1. cd project_management
2. npm install
3. npm start (development mode)