Scouting equipement management tool
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.
- Clone the repository
$ git clone https://github.com/omelette-watin/monmatos
- Install dependencies
$ npm install
- 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
- Start the developpement server
$ npm run dev
- Visit the app on your browser