Skip to content

artempub/Rentopia

Repository files navigation

Renting app

Open-source renting app project built in React for frontend, Node for backend

Dependencies

React, Node, Webpack, Postgres, KOA, Jest, Bootstrap

Getting started

clone the repo from the url npm i npm start

[Github issue and Waffle.io workflow]

[Postgres Installation Instructions]

  1. brew install postgresql
  2. npm install -g pg
  3. brew services start postgresql
  4. in psql, run this query: CREATE DATABASE rentopia;
  5. \q
  6. create all tables in the db
  7. run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published