https://github.com/malcodeman/apage-api
https://github.com/malcodeman/apage-api
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/apage-api
- Owner: malcodeman
- License: mit
- Created: 2018-09-22T08:36:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:34:50.000Z (about 3 years ago)
- Last Synced: 2025-03-24T17:53:24.030Z (9 months ago)
- Language: JavaScript
- Size: 329 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - apage-api - Simple RESTful mongoDB API. (Node)
README
# Apage api
[](https://github.com/prettier/prettier)
[](https://github.com/malcodeman/apage-api/blob/master/LICENSE)
Simple RESTful mongoDB API.
## Usage
.env:
```
MONGODB_URI = mongodb://root:fakepassword1@ds229448.mlab.com:29448/apage
PORT = 4000
PRIVATE_KEY = secret
```
To start the service run:
```
yarn install
yarn start
```
Database commands:
```
yarn run db:drop
```
## License
[MIT](./LICENSE)