https://github.com/markkos89/oasis-api
https://github.com/markkos89/oasis-api
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/markkos89/oasis-api
- Owner: Markkos89
- Created: 2025-01-24T15:12:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T20:14:37.000Z (over 1 year ago)
- Last Synced: 2025-01-24T21:19:24.747Z (over 1 year ago)
- Language: TypeScript
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```