Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 766 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 766 Bytes

Pet-Place

logo_fetch

Group Number: 5

Project Name: Fetch

Group Members

IIT2018045 Ananya Aparajita Mohanty
IIT2018067 Cheena
IIT2018087 Rohini Mishra

Running the Project

  1. Open the repository in your terminal and run the command 'npm i'.
  2. Go into the client folder using 'cd client' and again run 'npm i'.
  3. Run 'cd ..' to come out of the client folder.
  4. Run 'npm run dev'. This command starts the backend server on localhost:5000 and the frontend on localhost:3000 concurrently.
  5. The project tab will run in your browser automatically. If not, run the url 'http://localhost:3000' on your browser.