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
- Host: GitHub
- URL: https://github.com/arojunior/loopback-experiments
- Owner: arojunior
- Created: 2018-03-05T14:49:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T15:12:58.000Z (over 8 years ago)
- Last Synced: 2025-05-19T18:12:06.640Z (about 1 year ago)
- Topics: loopback, mongodb, nodejs
- Language: JavaScript
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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