Skip to content

lucastorress/challenge-backend-liven

Repository files navigation

Challenge Backend - Liven

An API developed using NodeJS, Express, TypeScript and ORM.
We also tried to apply SOLID concepts and using package-by-feature on structure of folders.

Context

- Users must have multiple addresses;
- Addresses must be owned by only one user;
- We use JWT Token to authenticate users;

Technologies

javascript logo typescript logo nodejs logo jest logo

Installation

$ yarn install

Running the app

# development / watch mode
$ yarn start

Test

# unit tests
$ yarn test

Documentation

📚 We use Swagger UI to documentation endpoints