Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

omelette-watin/monmatos

Repository files navigation


MonMatos

Scouting equipement management tool


The stack

Installation

Requirements

NOTE : you can use another sql database engine (PostgreSQL, SQLite, etc.) but make sure that your engine supports prisma/schema.prisma types (eg: enums, list of primitives, etc.).

You can use Planetscale or Railway free tiers to have a database running in 2 minutes.

  1. Clone the repository
$ git clone https://github.com/omelette-watin/monmatos
  1. Install dependencies
$ npm install
  1. Set up database
  • rename .env.example to .env
  • specify a database url in DATABASE_URL environment variable
  • apply schema to this database :
$ npx prisma db push
  1. Start the developpement server
$ npm run dev
  1. Visit the app on your browser