Designed and implemented a event management system as a university project.
- Clone the repository
$ git clone https://github.com/thara003/vaquita.git
-
Open terminal inside the project directory
-
Make sure your connect to db either with the docker setup as mentioned below or with pgadmin and proceed further.
-
Install dependencies and start the server, by running the following command
$ ./mvnw spring-boot:run
- Install pgAdmin4
- Config application.properties file with pgadmin4 credentials
- Run the pgadmin4 server
You can connect to the postgres db using the docker, which makes the development ease.
-
Install Docker engine and run the docker engine
-
Make sure your inside the docker directory, and build the postgres docker image, by running the following command
$ docker compose build
- Start docker postgres service
$ docker compose up -d
In your browser open localhost:8080/home you will be redirected to the home page.
There are some imperfections in the code , which will improved in the course of time⏳.
This project is licensed under the MIT Licensed.