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

https://github.com/viniarruda/tindev-backend

Tinder clone to search Developers
https://github.com/viniarruda/tindev-backend

express nodejs postgresql sequelize socket-io

Last synced: 4 months ago
JSON representation

Tinder clone to search Developers

Awesome Lists containing this project

README

          

# tindev-backend

The idea is create a api based on tinder, for join developers using the github username

This project use:
- NodeJs
- Sequelize
- Postgres
- Socket.io
- Github Api

I use the docker to up the database, follow the code while I don't create the docker-compose.

`docker run --name database -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres`

Thanks.