Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.47 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.47 KB

VenueLook

Venue Look is an application, where users can find perfect venues and get quotes from their favorite venue providers. People usually visit physically to such places/venues to talk to the business owners and get quotes from them. This application tries to overcome this issue by giving a platform to the venue owners to list their venues for the users with a basic description of the venue thereby, allowing the user to make a perfect choice. In case of doubts or queries, the users can reach out to the venue owners by call or by sending them an inquiry mail through this platform.

Technology Used

Backend

  • Kotlin
  • Spring Boot Framework
  • JWT Authentication

Frontend

  • ReactJs

Database

  • MongoDb

Cloud

  • Amazon Web Services

Flow Diagram

image

Changes to be made before running the project

Add your MongoDb URL in application.properties of event-kt and auth image

Add your Email Id and Password in application.properties of mailService image

Order of running the project

Backend

  1. eureka-server
  2. mailService
  3. auth
  4. event-kt

Frontend

  1. vfront ---> npm start