Skip to content

sudheendrakatikar/taskmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Management System

A simple task manager and scheduler.

Prerequisites

  • Node.js
  • Working internet connection

Installing Node.js

On Linux distributions:

sudo apt-get update

sudo apt-get install nodejs

On Windows and macOS:

  1. Download Node.js
  2. Follow setup instructions

Installing Node.js on Windows/macOS will also install npm (Node Package Manager)

Project Execution

  1. Clone the repository/download the ZIP file.
  2. Navigate to the taskmanager-master.
  3. From this directory, run-

    node app.js

  4. Start a web browser and go to localhost:3000

Optional

If you wish to edit the backend scripts and don't want to restart the server after every edit, install Node Monitor.

npm install -g nodemon@latest

To start the server-

nodemon

Built With

Author

Sudheendra Katikar

About

Task manager and scheduler using the MEAN stack.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published