icebreaker-science / backend

The backend (Spring Boot) part of the icebreaker.science application
Apache License 2.0
2 stars 0 forks source link

Feature/initial structure #1

Closed chaoran-chen closed 4 years ago

chaoran-chen commented 4 years ago

This adds the initial structure of the Spring application including a connection to a PostgreSQL database, Swagger UI, user registration, and authentication using JWT.

There are no tests yet, a test framework will be set up in one of the next pull requests.

Addresses icebreaker-science/requirements#2.