An API of animes made in Nodejs with mongodb
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.
- 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