This API lists books from a bookstore.
This API lists books from a bookstore. The application database is MongoDB.
- NodeJs
- JavaScript
- MongoDB
To run the application:
# Clone the respository
git clone https://github.com/jeanmendescs/bookstore.git
# Open the project's folder on your terminal
$ cd bookstore
# Install project's dependencies
$ npm install
# Create a database and a collection on MongoDB
# Create a .env file as the .env.example
# To start the server with a seeded database
$ npm run seeds
# To start the server without a seeded database
$ npm start
Finished.
Feel free to get in touch.