A mini social media replica using spring-boot done as a part of IWP project.
- Import the project from github
- Load the maven dependencies
- Have a MongoDB Server installed and running for the program to be able to work.
- run the Layer7Application.java class
- Open your browser and go to
localhost:8080
- sign up using credentials and login
- everyone gets a default role of user
- Every user has a profile page showing their details. They can add various links and playlists to the site and also use the forums to ask/post stuff.
- Each post can have various tags and also comments
- Votes feature is yet to be added along with Roles and privileges.






