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
- Host: GitHub
- URL: https://github.com/viniarruda/tindev-backend
- Owner: viniarruda
- Created: 2019-08-06T04:20:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T01:32:18.000Z (over 3 years ago)
- Last Synced: 2025-04-04T02:43:19.836Z (about 1 year ago)
- Topics: express, nodejs, postgresql, sequelize, socket-io
- Language: JavaScript
- Homepage:
- Size: 1020 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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.