Skip to content

daiHash/codeview-api

Repository files navigation

codeview-logo CodeView API

Codeview is a web application where you can save any code snippet that users have used; keep and access it easily as a memo. RESTful API for codeview

Tech stack:

Installation

$ yarn install

Running the app

Before running the dev-server, create and add the db and other env vars in a .env file use sample.env as reference

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test(WIP)

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov