Skip to content

johnwaalsh/bookspace-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookspace (Backend)

UML diagram

BookSpace is a social network where users can review books and track the books they read. Book details are retrieved using the Google Books API.

To see a full description of BookSpace, check out the README for the frontend here.

This backend is built using Javascript, Node.js, Express, Mongoose, and MongoDB.

It stores BookSpace's data in three collections: one for users, one for reviews, and one for books. This data can be created, read, updated, and deleted by using various HTTP methods. CORS is also used to track sessions so multiple users can use BookSpace at the same time.

Releases

No releases published

Packages

No packages published