Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryan-menezes/library-app

An application for managing a library's book catalog
https://github.com/ryan-menezes/library-app

api books express library nodejs

Last synced: about 2 months ago
JSON representation

An application for managing a library's book catalog

Awesome Lists containing this project

README

        

# library-app
An application for managing a library's book catalog

## Settings
Have [Node.js](https://nodejs.org/pt-br/) installed on your machine and through your terminal enter the project directory and run the command "npm install":
```sh
cd "project directory"
npm install
```
After that make sure that [MongoDB](https://www.mongodb.com/) is installed on your machine and run the command "mongod" in a separate terminal to start the mongo server:
```sh
mongod
```
Rename the .env.example file to .env


Finally, start the node.js server with the command "npm start" in a separate terminal:
```sh
cd "project directory"
npm start
```
## Important
This project is an example of using an api developed by me. it must be running separately for the project to work correctly.



API Link: [library-api](https://github.com/Ryan-Menezes/library-api)