Skip to content

Samaralimads/Aura-back

Repository files navigation

Aura

Backend API for Mental Wellbeing

📖 About

Aura is a backend API designed to manage :

  • Mood tracking (journal, emotions)
  • Meditation and breathing exercises
  • Challenge and reward system

🛠 Technologies

  • Framework: Vapor 4 (Swift)
  • Database: MariaDB/MySQL (with Fluent ORM)
  • Authentication: JWT (JSON Web Tokens)
  • Deployment: Docker

📂 Project Structure

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

📦 Installation

To get started, clone the repository :

  • git clone https://github.com/Samaralimads/Aura-back

👥 Contributors


📄 License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors