Platform for buying and selling of property, it is aims for make it easy customer and seller in transaction.
clone project
git clone https://github.com/bimaagung/property-market-adonisjs
run docker compose in folder project
docker-compose up -t
enter terminal application container
npm run dockerAttach
migrate table
node ace migration:run
open app in browser
localhost:9229
test each endpoint in swagger
open swagger in browser
localhost:9229/docs
├───app
│ ├───Controllers
│ │ └───Http
│ ├───Exceptions
│ ├───Middleware
│ └───Models
├───docs
| ├───controllers
| ├───models
| └───swagger
└───tests
└───functional
- Node JS
- AdonisJS
- Postgres
- Lucid ORM
- JWT Auth
- Swagger