Skip to content

thara003/vaquita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaquita

Designed and implemented a event management system as a university project.

Getting Started ✨

  1. Clone the repository
$ git clone https://github.com/thara003/vaquita.git
  1. Open terminal inside the project directory

  2. Make sure your connect to db either with the docker setup as mentioned below or with pgadmin and proceed further.

  3. Install dependencies and start the server, by running the following command

$ ./mvnw spring-boot:run

Connect to postgres db 👨‍🔧

Alternative method 👨‍🔧

You can connect to the postgres db using the docker, which makes the development ease.

$ docker compose build
  • Start docker postgres service
$ docker compose up -d

Access the application 👩‍💻

In your browser open localhost:8080/home you will be redirected to the home page.

Bugs found 😪

There are some imperfections in the code , which will improved in the course of time⏳.

License 🧾

This project is licensed under the MIT Licensed.

About

Event Management System, built with java.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published