Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/apage-api
https://github.com/malcodeman/apage-api
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/apage-api
- Owner: malcodeman
- License: mit
- Created: 2018-09-22T08:36:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T11:34:50.000Z (about 2 years ago)
- Last Synced: 2024-10-29T11:10:38.927Z (2 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
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](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)