Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atetheone/hello-adonis
https://github.com/atetheone/hello-adonis
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/atetheone/hello-adonis
- Owner: atetheone
- Created: 2024-11-11T09:24:07.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T09:30:33.000Z (about 2 months ago)
- Last Synced: 2024-11-11T10:42:27.643Z (about 2 months ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog API with AdonisJS 6
A RESTful API built with AdonisJS 6 that provides authentication, posts, and comments functionality.
## Features
- User authentication (register, login, logout)
- Post management (CRUD operations)
- Comments on posts
- Database migrations and models
- Request validation
- Access token authentication
- Pagination support## Requirements
- Node.js >= 18
- MySQL >= 8.0
- npm or pnpm## Installation
1. Clone the repository
2. Install dependencies:
```bash
npm install
# or
pnpm install