Skip to content

MERN stack web application to manage productivity and tasks

Notifications You must be signed in to change notification settings

18317/taskberry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskBerry | A Productivity and Time Management Application

Full stack web application build with MERN stack

Table of Contents

Technology Stack

  • React
  • Redux
  • Reactstrap
  • Nodejs
  • Express
  • MongoDB
  • JWT
  • BCrypt

Quick start

  • Install dependencies

    npm run install:client
    npm run install:server

  • Runnning the development server of the frontend

    npm run start:client

  • Runnning the backend

    npm run start:server

Production build

The project is configured to deploy the production version to heroku by running these commands in the terminal

  • Building the frontend npm run build

  • Configure environment variables MONGODB_URI and JWT_KEY in heroku

  • heroku-postbuild command will automatically run when deployed to heroku.

Releases

No releases published

Packages

No packages published