ricardoferreirasilva / project-management

A Project management website using the MERN stack.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A Project management website using the MERN stack.

License:MIT License


Languages

Language:JavaScript 93.5%Language:HTML 4.7%Language:CSS 1.8%