REST API for the PicArtApp project found on https://github.com/Agreedroom/PicArtApp
Basic MySQL, Java and Spring knowledge.
There is some software needed.
IntelliJ IDEA (preferably the Ultimate one)
Spring plugin (I believe it's not needed if you use the Initializr)
Java 1.8
Tested on MySQL 5.7.26 and 8.0.16
(MySQL server has to be already running ;)
Clone the repository and open it on IntelliJ IDEA
git clone https://github.com/xtrs84zk/PicArtApp-api.git
After everything has been imported, configure pom.xml and applicaction.properties. Then, build the project and run PicartappApplication.
If everything is alright, your Spring Api should be listening on the configured port.
Just test it as any other Spring Api, some fetch here, some post there. Voila.
We did use Postman for this step.
- Spring Initializr - Spring framework
- Maven - Dependency Management
- README - PurpleBooth's Template
See also the list of contributors who participated in this project.
There's no license yet.
- Alex Vilchis, you are the best, bro!