/dcTest

This is a REST API application made with Express. It retrieves a shopping list data.

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Coding Test from Rafael Contreras 🐶

Node version: 14.8.0 React version: 17.0.1 ExpressJS version: 4.17.1

Express API test

This is a REST API application made with Express. It retrieves a shopping list data.

Installation

Clone the repository:

$ git clone git@github.com:rafcontreras/dcTest.git
$ cd dcTest

Install node packages:

Using Yarn:

$ yarn

Or npm:

$ npm i

Usage

To build and run the project, run the following command:

Using Yarn:

$ yarn start

Or npm:

$ npm run start

This will build the server and website, and serve the application on http://localhost:8000

API Documentation

The API documentation will be available at http://localhost:8000/api-docs

Development

To develop the project, run the following command:

Using Yarn:

$ yarn develop

Or npm:

$ npm run develop

This will watch for changes on the code, and serve the application on http://localhost:8000

API Documentation

The API documentation will be available at http://localhost:8000/api-docs