Skip to content

cassialuisa/node_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookstore API

Application overview

The API was developed in Node.js from scratch as a way of learning. Routes, controllers and models were created and the application was connected to a MongoDB database in the cloud.

The Express and Mongoose libraries were used, which are widely consolidated in Web development with Node.

There is the complete CRUD of two resources ("livros" and "autores"), personalized queries by field, as well as the association of data from a resource in the route that searches for the other resource.

Run Locally

Steps

  1. Clone the repository
git clone https://github.com/cassialuisa/node_project.git
  1. On the project directory run:
npm install
  1. Then run:
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published