Features:
-
Auth Service
- Authentication
- Access control
- Rate limiting
- Permission
-
API Service
- Pagination
- Sorting
- Dynamic query
- Full text search
- Geolocation
- Create a
.env
file in the root directoryNODE_ENV=development
- `DATABASE_URL=postgresql://user@localhost/db
npm install
npm run dev
- Sync models with database :
npm run generate