Open Source Analytics Platform - Designed for Humans & Developers 😎
This is a public beta! Please star and watch the repository for big news ❤️ we have also a simple roadmap in order to track some good ideas.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
- A PostgreSQL Instance
Clone the repository
git clone https://github.com/itsrennyman/aurora.git
Install the dependencies
npm install
Copy & Fill the .env.example
cp .env.example .env
Start the server
npm run dev
- NextJS - NextJS
- TailwindCSS - TailwindCSS
- KnexJS - Database ORM
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Renato Pozzi - Initial work - itsrennyman
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details