- node v18.12.1
- npm v8.19.2
git clone https://github.com/IITDh-Hackathon/Goods-Rental-Application
- Example Env variables (create a .env file in the server directory)
MONGO_URI=mongodb+srv://karthikmurakonda14:[email protected]/
PORT=8000
JWT_SECRET=afoireejfoiewrjfoirejoifjwirfiewjfoijfoij8098ewf
- Install npm dependencies
cd server
npm install
- Start the server
npm run dev
This will start the server on http://localhost:8000
- Env variables (create a .env file in the client directory)
REACT_APP_SERVER_URL=http://localhost:8000
- Install npm dependencies
cd client
npm install
- Start the client
npm start
This will start the client on http://localhost:3000
email:[email protected]
password:admin
normal users can be signed up using the client application.