Skip to content

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

This project was make as a sample to showcase my nodejs and API creation skills.

Table of Contents
  1. About The Project
  2. Getting Started
  3. License
  4. Contact

About The Project

This project was make as a sample to showcase my nodejs and API creation skills.

For file handling, it uses the Multer

For server, it uses the Express

For testing, it uses Jest and Supertest

(back to top)

Built With

  • multer
  • express
  • jest
  • supertest

(back to top)

Tree Structure

.
app
├── app.js
├── config.js
├── handlers
│   ├── getdatabyid.js
│   ├── getdatabyinterval.js
│   ├── getdata.js
│   ├── index.js
│   └── setdata.js
├── index.js
├── package.json
├── package-lock.json
├── services
│   └── db.js
└── __test__
    └── API_tests.spec.js

Getting Started

The project itself is very simple, it uses mostly deffault libraries.

Prerequisites

To run the project without docker just run the following commands in your terminal.

  • cd app/
  • npm install
  • npm run start

Testing:

  • npm run test

Shared Postman Colection

Postman Colection

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

José L. N. Coliques - @josecolinques - josecolinques@gmail.com

Project Link: https://github.com/Colinquess/luizalabs

(back to top)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages