Skip to content

IhorLazarkov/rental-residences-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rental residens hub

Intro

This project is clone of well known AirBnb. As a full stack developer it's very good apportunity to present knowlesge and skills to create interractive, responsive web application. A user will be able to perform CRUD (create, read, update and delete) records that are stored in database.

Technologies stack

  • Frontend: Redux, React, React-route, CSS, Vite
  • Backend: Express, Sequelize
  • Database: PostgreSQL

How to start the applicaton locally

Backend

To install the dependecies

cd backend && npm install
npm run db:setup

To start the backend server

NODE_ENV=development npm start

Frontend

To install the dependencies

cd frontend && npm install

To start the frontend

npm run dev

or start the server with build the distribution artifacts and watch for changes functionality from vite

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published