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

https://github.com/cuongndc9/tick-service

Tick's service
https://github.com/cuongndc9/tick-service

103cuong docker nodejs postgresql prisma tick

Last synced: over 1 year ago
JSON representation

Tick's service

Awesome Lists containing this project

README

          

# tick-service

[![Build Status](https://travis-ci.com/500lab/tick-service.svg?branch=master)](https://travis-ci.com/500lab/tick-service)
[![StackShare](http://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/cuongw/tick-service)

📒 Tick's service.

## Features

- Using ESNext
- Setup Babel, ESLint, Prettier, Ava and Husky.
- Having Basic authentication and authorization.
- Setup a basic RESTful API.
- Using Prisma and PostgreSQL.
- Integrate Nodemailer

## Prepare

- [Node](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/en/)
- [Docker](https://phoenixnap.com/kb/how-to-install-docker-on-ubuntu-18-04)
- [Docker Compose](https://docs.docker.com/compose/install/)

## Quick start

```shell
$ sudo docker-compose up -d
$ yarn
$ yarn start
```

## Database diagram

![Database digram](./images/database_diagram.png)

Build with 🙌 and ❤️

## License

Apache