Skip to content

jpascasio1993/task-logger-api

Repository files navigation

Task Logger API

Task Logging API that handles creation, updating, deleting, and retrieving all tasks. The production build is currently hosted in AWS EC2.

Prerequisites

Node

  • 20.13.1 on stable channel

Secrets and Environments

This project includes .env in the repository since this is just an exercise.

Running the API

Run the following command to start up the API locally. Note: To have mongodb connection successfully run or establish, I must add your IP address in IP Access List. To save ourselves from the hassle, I have already publish and hosted the API in AWS EC2.

    # install the dependencies
    npm install
    # build the bundle
    npm run build:prod
    # start the bundle
    npm run start

About

AWS IT Solutions technical assessment task logger api. Task Logging API that handles creation, updating, deleting, and retrieving all tasks. The production build is currently hosted in AWS EC2.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors