Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/confessions-server
https://github.com/malcodeman/confessions-server
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/confessions-server
- Owner: malcodeman
- License: mit
- Created: 2019-04-20T09:40:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T17:14:13.000Z (about 2 years ago)
- Last Synced: 2024-10-29T11:10:36.209Z (about 2 months ago)
- Language: JavaScript
- Size: 397 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - confessions-server - Simple RESTful mongoDB API. (Node)
README
# Confessions server
[![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/confessions-server/blob/master/LICENSE)Simple RESTful mongoDB API.
## Usage
.env file should look like this:
```
MONGODB_URI = mongodb://root:[email protected]:29448/confessio
PORT = 4000
```To start the service run:
```
yarn install
yarn start
```Database commands:
```
yarn run db:seed --posts 48
yarn run db:drop
```## License
[MIT](./LICENSE)