Skip to content

A simple Task Creator and Manager app, using which you can create tasks, view tasks, edit tasks, delete tasks in the web browser

Notifications You must be signed in to change notification settings

gourab-stu/task-creator-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple Task Creator and Manager app

This is a web application, using which you can

  1. create tasks
  2. view tasks
  3. edit tasks
  4. delete tasks
in the web browser

Requirement softwares

  1. Node js runtime
  2. MongoDB database server

Steps to run this app

Step 1 :

Clone this repository using Git by running the following line in cmd / terminal

git clone https://github.com/gourab-stu/task-creator-app.git

Step 2 :

Create a file named production.env and fill in the following variables

PORT=""
MONGODB_URI=""
MONGODB_DBNAME=""

Step 3 :

Open the cloned folder in cmd / terminal and install all dependencies by running the following command

npm install

Step 4 :

Ensure the MongoDB database server is running and create a Collection named tasks

Step 5 :

Open the cloned folder in cmd / terminal and run the following command to start the application server

npm run start

NOTE: If the PORT variable is not given, application server will automatically run on PORT 2025

Screenshots

Index page: image loading failed View page image loading failed Edit page image loading failed

About

A simple Task Creator and Manager app, using which you can create tasks, view tasks, edit tasks, delete tasks in the web browser

Topics

Resources

Stars

Watchers

Forks