Skip to content

IITDh-Hackathon/Goods-Rental-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Instructions

Prerequisites

  • node v18.12.1
  • npm v8.19.2

Clone

git clone https://github.com/IITDh-Hackathon/Goods-Rental-Application

Server

  • 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

Client

  • 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

Default Admin Credentials

email:[email protected]
password:admin

normal users can be signed up using the client application.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •