Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wandersonalves/clean-sample-app


https://github.com/wandersonalves/clean-sample-app

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# clean-sample-app

A API created with DDD.

Uses Typescript, expressjs as server and postgres as database

Has a `docker-compose` file to start the server

`Webpack` is used to build a minimal file to be used in a `Docker` container

## Domain

REST API that allows a user to review, create and list places

### Use cases

- User can create a account
- User can login with a existing account
- Authenticated User can create a new place
- Authenticated User can view places created by him and other users
- Authenticated User can view places in `list` or `map` modes (`list`: alphabetically ordered; `map`: geographically ordered)
- Authenticated User can review a place with comment and rating
- Authenticated User can view comments and ratings for a expecific place
- Authenticated User can view their profile, change email and change password
- Authenticated User can logout from the system (not implemented, should use redis)