Mango is a recruitment platform for talents and employers
By following these instructions you will understand how to run a project in development mode.
Before running the project on the local machine, make sure that the necessary software is installed on it:
- JDK 1.8
- Intellij IDEA 2019.1 or above
- PostgreSQL 10.7
To build and run Spring Boot on the local machine perform this
mvn spring-boot:run
You can now access the app on http://localhost:9000
To build a deployable artifact
mvn clean package
The self contained jar will be created in ${project.basedir}/target
To run the jar
java -jar target/mango-1.x.x.jar
You can now access the production-ready app on http://localhost:9000
- Spring Boot - Starter for IOC container.
- Maven - Dependency management.
- PostgreSQL - open source object-relational database system.
We use Git for versioning.
- Yuri Podolsky - Initial work - Fullstack Engineer
- Alex Kopin - Frontend Developer
- Nick Blanchuk - Fullstack Engineer
This project is licensed under the MIT License - see the LICENSE.md
file for details