xtrs84zk / PicArtApp-api

Backend api for Picartapp using Spring-boot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PicArtApp-api

REST API for the PicArtApp project found on https://github.com/Agreedroom/PicArtApp

Getting Started

Basic MySQL, Java and Spring knowledge.

Prerequisites

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 ;)

Installing

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.

Running the tests

Just test it as any other Spring Api, some fetch here, some post there. Voila.

We did use Postman for this step.

Built With

Authors

Javier Sánchez

See also the list of contributors who participated in this project.

License

There's no license yet.

Acknowledgments

About

Backend api for Picartapp using Spring-boot.


Languages

Language:Java 100.0%