This project belongs to and has been developed by León Abascal, Jon Andoni Castillo, Hazal Demirci, Bidatz Beroiz and Iñigo de Dios. Its purpose it's to develop the knowledge acquired during the subject "Software Process and Quality" in a practical manner.
The decision we have taken as a team is to develop and deploy a Social Network oriented to RECIPE POSTING.
https://spqe21-22.github.io/BSPQ22-E5/
https://github.com/SPQE21-22/BSPQ22-E5
- Have Mongod services running
- Linux: sudo systemclt start mongod.service
- Windows: either start the service or have the exe file running in bg
- Have Maven installed (and added to the root)
- Go to the root folder of the project (where the readme.md is)
- Run mvn clean && mvn clean install
- Go to the back-end folder. Run mvn compile && mvn exec:java. Have it running in the background.
- Go to the front-end folder. Run mvn javafx:run.
- Maven
- JavaFX + Gluon SceneBuilder
- MongoDB + datanucleus
- Others (not listed)