This is a sample project to show how to work with Domain Driven Design in go Lang
- Unit tests
- Docker
for testing purposes the server will start on port 9000 by default (that can be changed from the .env file)
- GET http://localhost:9000/users
gets list of all users
- GET http://localhost:9000/user/{userId}
gets user by id
- POST http://localhost:9000/user
adding new user