Codev is a platform for developers to participate in challenges and create a network. We want to help developers to improve their skills and learn new technologies by solving challenges.
Run the following command to clone the repository and enter the project folder:
$ git clone https://github.com/HarlonGarcia/codev-api.git && cd codev-api
You will need to have installed on your machine to run the project:
Run the following command to run the Docker image
$ docker compose up -d
To run in the development environment, you may need to install maven CLI and run the following command:
$ ./mvnw compile quarkus:dev
In dev environment, the application port is set to 8000.
Also, there is a file import.sql
in the resources folder that you can run to mock data;
New contributors are welcome! Feel free to open a pull request or submit an issue.
See related repositories: