Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/idindrakusuma/learning-loopback-mongodb


https://github.com/idindrakusuma/learning-loopback-mongodb

loopback mongodb-database

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Loopback MongoDB

## Covered Feature
- CRUD
- REST using ACL
- Mongo Connector
- Loopback Paginator
- DB Migration

### Prepare
- Setup your mongoDB on local machine
- Clone this Repo
- Change `.env.example` to `.env` and set your mongoDB account
- Then..

```
1. npm install
2. npm db-migrate
3. npm run start
```