This application is a MVP for a futur social network where users can share their posts and subscribe to different topics to stay informed about the lastest publications.
This project was generated with Angular CLI 16.1.4.
The backend is build on maven with spring security.
Use MYSQL on port 3306. By default login for bdd is root root.
[FRONT]
- Run
npm ito install all dependancies - Run
ng buildto build the project - Run
ng serveto launch the project on port 4200.
[BACK]
- Make sure you have java and maven install before start
- Run
mvn installfor dependancies - Run the
Application file. Make sure you have port 3001 available