Social network with full CRUD functionality and user authentication and authorization. Registered users can create posts, add comments and change their profile info.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Pull the repository.
Change the active profile in the properties file to devvelopment(dev).
Substitute MySQL dependency with H2 database.
Run the main class and open localhost:8080 in your browser.
For h2 database access go to localhost:8080\h2
End with an example of getting some data out of the system or using it for a little demo
Deployed production version on AWS. Created web app, database and configuration with Elastic Beanstalk.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Ruslan Temirkhanov goRuslan
This project is licensed under the MIT License - see the LICENSE.md file for details