Build a Fully-Fledged Todo App with Spring Boot & MongoDB in the Backend and Angular in the frontend AND A Weather Api reading te data from openweathermap.org
1. Clone the application
git clone [email protected]:21Vipin/Angular4-Springboot-app.git
2. Build and run the backend app using maven
cd spring-boot-backend
mvn spring-boot:run
The backend server will start at http://localhost:8080.
3. Run the frontend app using npm
cd angular-frontend
npm start
Frontend server will run on http://localhost:4200