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

https://github.com/arojunior/loopback-experiments

Rest API made with Loopback Framework
https://github.com/arojunior/loopback-experiments

loopback mongodb nodejs

Last synced: 3 months ago
JSON representation

Rest API made with Loopback Framework

Awesome Lists containing this project

README

          

### Rest API made with Loopback Framework

Just for study purpose

Start docker with mongodb
```sh
docker-compose up -d
```

Start application
```sh
npm start
```
OR
```sh
npm run dev # auto reload
```

- Web server listening at: http://localhost:3000
- Browse your REST API at http://localhost:3000/explorer
- GraphQL listening at: http://localhost:3000/graphql
- Browse GraphQL IDE at: http://localhost:3000/playground

References:
- https://loopback.io/
- https://www.youtube.com/watch?v=UTxhKZuVaG8