Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malcodeman/qa-server
https://github.com/malcodeman/qa-server
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/malcodeman/qa-server
- Owner: malcodeman
- License: mit
- Created: 2018-05-25T08:00:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T09:38:06.000Z (over 5 years ago)
- Last Synced: 2024-10-29T11:10:36.073Z (about 2 months ago)
- Language: JavaScript
- Size: 146 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-repos - qa-server - Simple RESTful API imagined as a private, secure home for organization’s questions and answers. (Node)
README
# QA 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/qa-server/blob/master/LICENSE)QA server is simple RESTful API imagined as a private, secure home for organization’s questions and answers.
## Usage
.env file should look like this:
```
PORT=9001
DB_NAME = "qa"
DB_USERNAME = "root"
DB_PASSWORD = "toor"
DB_HOST = "localhost"
```To start the service run:
```
yarn install
yarn start
```Client is located [here](https://github.com/malcodeman/qa-client).
## License
[MIT](./LICENSE)