Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 641 Bytes

Anime API

An API of animes made in Nodejs with mongodb

What is the project?

A simple CRUD that I wish update more in future, refac and do it better using node.js and mongodb to save information about animes, I like a lot of anime, I made this simple possible my goal is that you and me can learn with it.

How run this project

  • Install nodejs on your machine
  • Clone this repository git clone url_thisproject
  • npm install (to install dependencies)
  • Create account in mongodb Atlas
  • Create a cluster and place in the mongoose.connect your link with your username and your password (IS FREE)
  • Run with node index.js