This is the backend rest API for two application,Andoid application api 19 and web application with Angular 13.
I use JAVA 11/Maven 4.0.0/Spring boot 2.6.4 and Spring data mongodb for access to mongoDb database.
1. Clone the application
git clone https://github.com/soufiane22/ProductionManagmentBackEnd/
2. Create MongoDb database named production
3. Run the applicatio in InteliJ IDEA
- The app will start running at http://localhost:8090
- You will find the port number and database configuration in application.proppreties file