Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages