vscode-stories-api
https://github.com/ide-stories/vscode-stories
How to run on your computer
- Have PostgreSQL running on your computer
- Create a database called
stories
- Copy
.env.example
to.env
and fill inGITHUB_CLIENT_ID
andGITHUB_CLIENT_SECRET
(you will have to register a GitHub OAuth account and set the callback url to: http://localhost:8080/auth/github/callback) - Fill in database credentials to
.env
(typeorm docs options) - Don't forget to run
yarn
yarn dev
to startup server