Skip to content

farzinf/sesami-assignment

Repository files navigation

Sesami Logo

Description

The interview assignment for the Sesami backend role uses Typescript as the programming language, Nestjs as the web framework, and Sqlite3 for the database.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Once the application has been run, you will be able to view the API on localhost:3000/api and the swagger API documents on localhost:3000/api/docs.

Test

# unit tests
$ yarn run test

# e2e tests
$ yarn run test:e2e

# test coverage
$ yarn run test:cov

About

sesami backend interview assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors