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.
- Frontend: Redux, React, React-route, CSS, Vite
- Backend: Express, Sequelize
- Database: PostgreSQL
To install the dependecies
cd backend && npm install
npm run db:setupTo start the backend server
NODE_ENV=development npm startTo install the dependencies
cd frontend && npm installTo start the frontend
npm run devor start the server with build the distribution artifacts and watch for changes functionality from vite
npm run build