Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atetheone/hello-adonis


https://github.com/atetheone/hello-adonis

Last synced: 22 days ago
JSON representation

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