Skip to content

Commit

Permalink
Merge pull request #4 from aghontpi/buildtest
Browse files Browse the repository at this point in the history
update readme, add badge.
  • Loading branch information
aghontpi authored Feb 8, 2021
2 parents 7d1c496 + 9b8894d commit 104b3b1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Node.js CI
name: build & test-cases

on:
push:
Expand Down
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Backend source for [watchlist](https://github.com/aghontpi/watchlist)

url: [https://dev.bluepie.in/watchlistapi](https://dev.bluepie.in/watchlistapi/)

[![build & test-cases](https://github.com/aghontpi/watchlist-backend/workflows/build%20&%20test-cases/badge.svg)](https://github.com/aghontpi/watchlist-backend/actions)
## install nvm

```bash
Expand Down Expand Up @@ -45,6 +46,11 @@ npm install yarn --g
```bash
yarn build
```
## test

```bash
yarn test
```

## deploy to production

Expand All @@ -63,10 +69,14 @@ yarn pm2 start build/server.js

- typescript
- express
- jest
- supertest
- handlebars
- mongodb
- node
- redis
- pm2
- mongodb
- redis
- nginx
- github actions

preferred mongoclient-native-driver for perfomance over mongoose odm.

0 comments on commit 104b3b1

Please sign in to comment.