Skip to content

miquitru/rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

REST API, Node Js, Express, MongoDB, React JS.

This is a simple example of a REST API implementation. It allows to create a list of cities which are saved in a mongodb data base. It exposes a front end web interface where it is possible to get all created cities for a corresponding country that is send as parameter. It exposes an API for Get, Post, Put and Delete requests. The service is implemented in NodeJS and uses express for handling the HTTP requests. It also implements a simple back-end that saves and query cities in a mongoDB data base depending of the HTTPS request is received. Dependencies on NodeJS, Express, Mongoose and MongoDB need to be installed.

City Query

Screenshot

About

REST API, Node Js, Express, MongoDB, React JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published