Skip to content

Latest commit

 

History

History
41 lines (34 loc) · 752 Bytes

README.md

File metadata and controls

41 lines (34 loc) · 752 Bytes

society

Realization of a modern social network with various experimental features.

Build Status

Run

Backend

$ cd backend
$ mvn spring-boot:run

Frontend

$ cd frontend
$ yarn start

Technologies

Backend

  • Spring Boot 2.1.5
  • Spring Data JPA 2.1.5
  • Spring Security 2.1.5
  • MySQL 8.0.15
  • Lombok
  • DevTools
  • Maven

Frontend

  • NodeJS
  • Angular
  • Webpack
  • HTML/CSS/JS

Contribute

For any problems, comments, or feedback please create an issue here.

License

This software is released under the MIT License.