Skip to content

malcodeman/qa-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QA server

code style: prettier GitHub 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.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages