https://github.com/malcodeman/apage-api
https://github.com/malcodeman/apage-api
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/apage-api
- Owner: malcodeman
- License: mit
- Created: 2018-09-22T08:36:01.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:34:50.000Z (over 2 years ago)
- Last Synced: 2025-01-29T22:33:06.692Z (5 months ago)
- Language: JavaScript
- Size: 329 KB
- Stars: 0
- Watchers: 2
- 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:[email protected]: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)