Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 431 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 431 Bytes

Zomato-Full-Stack-Clone

This is a Full Stack Zomato Web App Clone.

  • Complete Frontend and Backend is ready.
  • The images are been uploaded and fetched from the AWS s3 Bucket.
  • GoogleOAuth is been implemented
  • Sign In and Sign Up featues is implemented.
  • Data is been validated using the JOI validation.
  • To start the client server:
$ npm run start
  • To start the development server:
$ npm run dev