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
$ yarn install
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
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov