Skip to content

Latest commit

 

History

History
78 lines (61 loc) · 1.9 KB

README.md

File metadata and controls

78 lines (61 loc) · 1.9 KB

AQUARIUS

Built With

  • MySQL
  • Node
  • Prisma
  • Express
  • Typescript
  • Vue

Getting Started

Prerequisites

  • yarn
npm install -g yarn
  • Docker Compose

Installation

  1. Clone the repo
git clone https://github.com/nikzanda/aquarius

Backend

  1. Go to backend folder and install dependencies
yarn
  1. Rename .env.example in .env and insert your data
mv .env.example .env
  1. Run migrations
yarn migrate

Frontend

  1. Go to frontend folder and install dependencies
yarn
  1. Rename .env.example in .env and insert your data
mv .env.example .env

Development

Run sudo docker-compose up to use MySQL with Docker.

Run yarn dev in both backend and frontend folders.

Production

Run yarn build in both backend and frontend folders. Remember to launch migrations also in the production database.