Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 633 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 633 Bytes

Corenter - Work in progress

Back-end of Renteree website.

Front-end repository link.

Description

Renteree - is a callboard for the tenants to leave their preferences and be contacted by landlords or realtors.

It's an opportunity for the tenants to get public with their offer and become noticeable.

To run locally

npm run dev

To run in Docker container (currently without a local DB)

sh ./scripts/run.sh

Linting

npm run lint

Technology stack:

  • Node.js
  • Express
  • Typescript
  • Postgres
  • Docker
  • CircleCI
  • Heroku