DanielLCintra / api-yellow-pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yellow Pages API

Hello, welcome to the yellow pages api project.

This project allows:

To use a CRUD of contacts.

  • Create POST /contacts
  • Read GET /contacts
  • Update PUT /contacts/:id
  • Delete DELETE /contacts/:id

Inside of the project, you can find a Insomnia file with the complete documentation of the api and examples.

Live Demonstration

https://yellow-pages-api.herokuapp.com/

API Documentation

Access

Project Installation

yarn

Compile and hot reload for development

yarn dev

Just run the api

yarn start

Built with:

Librarires: [
    'Express',
    'PostgreSQL'
   ]

About


Languages

Language:JavaScript 92.5%Language:Shell 7.0%Language:Procfile 0.5%