Skip to content

manos-fr/expressBackend

Repository files navigation

express api

A simple REST API in Node.js

API Endpoints

Methods Urls Description
GET /titles Get all titles
GET /titles/:id Get a specific title
POST /titles Create a new title
PUT /titles/:id Update an existing title
DELETE /titles/:id Delete an existing title

Deployed server in Heroku (Unfortunately heroku dynos and postgres will become paid from November 28)

  • Url to use for endpoints instead of localhost
https://thawing-caverns-10070.herokuapp.com

Quick Start

Clone the repo.

cd express-api

Install the dependencies.

npm install

To start the express server, run the following.

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •