A simple task manager and scheduler.
- Node.js
- Working internet connection
On Linux distributions:
sudo apt-get update
sudo apt-get install nodejs
On Windows and macOS:
- Download Node.js
- Follow setup instructions
Installing Node.js on Windows/macOS will also install npm (Node Package Manager)
- Clone the repository/download the ZIP file.
- Navigate to the taskmanager-master.
- From this directory, run-
node app.js
- Start a web browser and go to localhost:3000
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
- MongoDB - free SandBox deployment on mLab
- Express.js - Node.js web application framework
- Angular 5 CLI - Front-end web application framework
- Node.js - Server side JavaScript
Sudheendra Katikar