An open API service indexing awesome lists of open source software.

https://github.com/markkos89/oasis-api


https://github.com/markkos89/oasis-api

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# oasis-api technical task

## Stacks
* Nodejs
* Express
* Prisma
* Typescript
* PostgreSQL
* SOLID Principles
* Testing With Jest + Supertest

## Clone & Open
```
git clone https://github.com/markkos89/oasis-api.git
cd oasis-api
```
## Install & Run
```
yarn install or npm install or pnpm install
yarn server:dev or npm run server:dev or pnpm run server:dev
```
## Tests
```
yarn test:dev or npm run test:dev or pnpm run test:dev
```