Skip to content

vitorbrisola/restful-api-books

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book-API

Book-API is, as the name suggest, an API that provides information about books and its genres. This API was developed with the pure intention of learning and is based on the youtube channel Traversy Media tutorial on NodeJS, Express and MongoDB APIs.

Installation

This API was not deployed and only works on localhost. Therefore, to use it will be necessary to install and setup NodeJS, Express, MongoDB and Mongoose.

Note: This document is still in development.

NodeJs and Express setup

MongoDB and Mongoose setup

Usage

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change..

Please make sure to update tests as appropriate.

GIT

Terms of use

API Documentation

DataBase Design

About

Following of Traversy Media youtube channel tutorial on RESTful APIs building with Node.js, Express and MongoDB. Link: https://www.youtube.com/watch?v=eB9Fq9I5ocs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published