Aura is a backend API designed to manage :
- Mood tracking (journal, emotions)
- Meditation and breathing exercises
- Challenge and reward system
- Framework: Vapor 4 (Swift)
- Database: MariaDB/MySQL (with Fluent ORM)
- Authentication: JWT (JSON Web Tokens)
- Deployment: Docker
Aura-back/
├── Package.resolved
├── LICENSE
├── Dockerfile
├── docker-compose.yml
├── Public/
├── Resources/
├── Sources/
│ └── Aura/
│ ├── Controllers/
│ ├── DTOs/
│ ├── JWT/
│ ├── Middleware/
│ ├── Migrations/
│ ├── Models/
│ ├── Seeds/
│ ├── Validators/
│ ├── configure.swift
│ ├── routes.swift
│ └── entrypoint.swift
├── Tests/
│ └── AuraTests/
├── Package.swift
└── README.md
To get started, clone the repository :
git clone https://github.com/Samaralimads/Aura-back
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.