Rventify
Technologies used -
Frontend - reactjs, tailwindCss
Backend - Nodejs, ExpressJs
Database - PostgreSQl
Deployed links:-
Frontend - https://rentify-client-xi.vercel.app/ Backend - https://rentify-server.onrender.com
(Note:- The backend is deployed on render.com(free), so the operations could be slow. Please refresh few times and wait for 20-30 min for the backend to spin up.)
To run this on you local system -
- Git clone the frontend app (link:- https://github.com/subhamengine/rentify-client)
- Git clone the backemd app (link:- https://github.com/subhamengine/rentify-server)
Backend
- Go to rentify-server directory -
- Run
npm install
to install the packages. - run
nodemon index.js
to run the backend locally.
Frontend
-
Go to rentify-client directory -
-
Run
npm install
to install the packages -
make a .env file in the root directory and add -
REACT_APP_API_BASE_URL = "localhost:5000"
-
run the app
npm start