- yarn
npm install -g yarn
- Docker Compose
- Clone the repo
git clone https://github.com/nikzanda/aquarius
- Go to
backend
folder and install dependencies
yarn
- Rename
.env.example
in.env
and insert your data
mv .env.example .env
- Run migrations
yarn migrate
- Go to
frontend
folder and install dependencies
yarn
- Rename
.env.example
in.env
and insert your data
mv .env.example .env
Run sudo docker-compose up
to use MySQL with Docker.
Run yarn dev
in both backend and frontend folders.
Run yarn build
in both backend and frontend folders. Remember to launch migrations also in the production database.