Start [shopateverything]

Words
87
Reading
1 min
Listen
Play
8y

start of project shopateverything

Description of the "Initial project of shopateverything".

The project was initiated using the generator on the site: https://start.spring.io/

Then the User class was added: User

Then a Repository was added that will allow you to save data in the MongoDB database: RepositoryUser

Then the REST API controller for USERS was added: UserController

Then the configuration was added:
app.name=Shop
app.description=Shop
server.port=9000
logging.level.com.greglturnquist=DEBUG
endpoints.health.enabled=true
spring.data.mongodb.uri=mongodb://localhost:27017/shopateverything

Then Testing for REST API Users has been added but not completed yet.

When testing the manual API using the postman, it works properly.

Describe a project

Pull request;

Start [shopateverything] | Ecency