https://github.com/subins2000/varnam-review
Review Backend for Varnam Online Editor
https://github.com/subins2000/varnam-review
Last synced: 2 months ago
JSON representation
Review Backend for Varnam Online Editor
- Host: GitHub
- URL: https://github.com/subins2000/varnam-review
- Owner: subins2000
- Created: 2020-09-10T14:05:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-26T16:05:41.000Z (almost 6 years ago)
- Last Synced: 2025-03-02T08:46:19.490Z (over 1 year ago)
- Language: TypeScript
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Varnam Review
Crowdsourced platform for new suggestions and words in Varnam.
Uses [Nest](https://github.com/nestjs/nest) framework.
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```