This is a MVP for a social forum web application. Made with Java, React and SQL.
- Import the SQL file to for example HeidiSQL
- Start backend with IntelliJ
- Open frontend-folder and run "npm install"
- Run "npm start"
Admins and users have different privileges in frontend.
username: "Lasse74" password: "abc123" - Role: Administrator username: "abc" password: "123" - Role: User