Skip to content

shivanikumar444/TestAssessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TestAssessment

Spring Boot, MongoDB, Angular

Step 1:

git clone https://github.com/shivanikumar444/TestAssessment.git

Step 2: Build and run the backend app using maven

cd spring-boot-backend
mvn package
java -jar target/todoapp-1.0.0.jar

Alternatively, you can run the app without packaging it using -

mvn spring-boot:run

Step 3: Run the frontend app using npm

cd angular-frontend
npm install
npm start

Frontend server will run on http://localhost:4200