Skip to content

lcubas/atomchat-tasks-api-challenge

Repository files navigation

TasksApiChallenge

Todo list api. The application allows the user to add, edit and delete tasks, as well as mark them as completed

Getting started

First, you need copy .env.example file content into .env.dev file.

cp .env.example .env

Installation

Install dependencies:

npm install

Run server in dev mode:

npm run serve

If you see the following response in the browser:

{"message":"OK", "statusCode": 200, "data":"2022-02-13T20:05:13.965Z"}

It means that everything work as expected.

Code linting

Run code quality analysis using

npm run lint

Fixing problems

Automatically fix linter's problems

npm run lint:fix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published