Skip to content

bhuvinth/TODO-Application

Repository files navigation

TODO-Application

This is a ExpressJS application to help you store your To-Do tasks. This has basic features for:

Prerequisites

You will need to below dependencies for running this application:

  1. install node.js
  2. docker-compose

Install dependencies

To install all dependencies run the following command:

npm install

Create the .env file from .env.example

You would need to create a .env file for the application to run. You can directly copy the values from .env.example to a new .env file.

Starting application

Finally you can start the TODO applocation server:

npm run start

This would be running based on docker-compose. So please install the docker-compose before running this. This would take some time, since it would build the relevant dockers and start the application.

This application is based on ExpressJS.

Or you can Run in Postman

The export is also provided in the repository

Currently the "Authorization" Token has been set in .env.example to 8xjM8PF9XC7KVUQ. So you would need to pass this as a header:

{"Authorization": "8xjM8PF9XC7KVUQ"}

Running Tests

You can run the tests with command:

npm run test

You can also see the test coverage using:

npm run test:coverage

I have tried to write tests to cover the Logical parts.

Choices & Rationals

Please find the choices and rationales here

 If you are 
 looking to 
  have an   
 impact on  
 the world, 
 then read  
 carefully  
 because at 
 CHOCO
   we are   
   moving   
mountains to
 transition 
 the world  
    into    
sustainable 
   food   
  systems.  
 The food 
industry is 
an industry 
    with    
 essential  
 problems,  
 especially 
     in     
food-supply-chain.
 We are now 
 leveraging 
 technology 
  to bring  
 change 
 and start  
    the     
 necessary  
transformation
the industry
 is craving 
    for.    
   We are   
building the
  digital   
platform on 
 which the  
   global   
food trade
    will    
operate. Our
company has 
    the     
potential to
   reduce   
   food   
  prices,   
  decrease  
food waste
 by 30% and 
reshape one 
   of the   
 oldest and 
  largest   
 industries 
   on the   
  planet.   
/n /n

> When Chuck Norris goes to out to eat, he orders a whole chicken, but he only eats its soul.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published