Backend of YouthChina based on Spring framework.
Copy .properties.example
file and change the extension into .properties
Fill the properties in those files.
You can use docker-compose.yml
to start a docker service called youthchina-mysql
, which would initialize with data.sql
To start services
docker-compose up -d
To end services
docker-compose down -v