https://github.com/kapit4n/lb-school-events
School events API
https://github.com/kapit4n/lb-school-events
loopback rest-api
Last synced: 10 months ago
JSON representation
School events API
- Host: GitHub
- URL: https://github.com/kapit4n/lb-school-events
- Owner: kapit4n
- Created: 2018-05-11T01:47:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T08:39:58.000Z (almost 8 years ago)
- Last Synced: 2025-03-11T08:33:11.347Z (over 1 year ago)
- Topics: loopback, rest-api
- Language: JavaScript
- Size: 76.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Application
# Setup db
* use ngschoolevents // it created a db on mongo
* db.createUser({ user: "ngschoolevents", pwd: "password", roles: [ "readWrite", "dbAdmin" ] })
{
"realm": "Luis Arce",
"username": "larce22",
"email": "luis.arce22@gmail.com",
"emailVerified": false,
"id": "5af65fd3d247fb3ab9e63fa8"
}
{
"email": "luis.arce22@gmail.com",
"password": "password"
}
The project is generated by [LoopBack](http://loopback.io).