- Backend: Node.js, Express. Database is Postgres.
- Frontend: Node.js, Vue.js.
- Mobile: TBD.
Clone the project
git clone https://github.com/mellomaths/petin.git
Go to the project directory
cd petin
Start both backend and frontend
just petin-dev
# this will run the docker-compose.yml file
Check the README.md
for each sub directory backend
, frontend
and app
to get clearer instructions.