Name | NEU ID | Email Address |
---|---|---|
Aditi Jalkote | 001404314 | jalkote.a@husky.neu.edu |
Akash Katakam | 001400025 | katakam.a@husky.neu.edu |
Tanmayee Kalluri | 001400957 | kalluri.t@husky.neu.edu |
Java, Spring Boot, MySQL, Maven
- Create a Spring Boot application
- Update application.properties file with database connection details
- Run the application as "Spring Boot App"
- Open Postman application to test API results
- Now select the POST option and enter the URL as "http://localhost:8080/user/register"
- In the body section below, select 'raw' and then select 'JSON(application/json)'
- Write the parameters to be sent in JSON format and click on 'Send', see the results on the window below
- Now select GET option and enter the URL as "http://localhost:8080/"
- In the 'authorization' section, select 'Basic Auth'
- Enter the credentials and click 'Send'
Go to the source folder and run mvn test
command in the terminal