Skip to content

erickwnilton/api-rest

Repository files navigation

Guide-backend

Technology stack

Running locally

  1. Clone this repo:
$ git clone https://github.com/erickwnilton/guide-api.git
  1. Install all dependencies:
npm install
  1. Run locally:
npm start
  1. Run global test:
npm run test

File structure

-
|__tests__
|- src
|-- controllers
|-- database
|-- models
|-- routes
` app.js
` config.js
` index.js

Important

To carry out the tests it is necessary to pass the data and IDs to be changed. Do not perform tests without permission. They act directly on the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published