Skip to content

bimaagung/property-market-adonisjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node.js version

Property Market

Platform for buying and selling of property, it is aims for make it easy customer and seller in transaction.


🐳Installation project with docker

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

🚀 Demo On Local

test each endpoint in swagger

open swagger in browser

localhost:9229/docs


📁 Project Structure

├───app
│   ├───Controllers
│   │   └───Http
│   ├───Exceptions
│   ├───Middleware
│   └───Models
├───docs
|   ├───controllers
|   ├───models
|   └───swagger
└───tests
    └───functional

💻 Built with

  • Node JS
  • AdonisJS
  • Postgres
  • Lucid ORM
  • JWT Auth
  • Swagger

Releases

No releases published

Packages

No packages published

Languages