Skip to content

Commit

Permalink
Emergency update for README.md
Browse files Browse the repository at this point in the history
updated README for adding contribution and reproduction, in case of bugs that arise which may need reproduction on another PC
  • Loading branch information
unovil authored Apr 13, 2024
1 parent f4620a0 commit e1a7898
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,12 @@ This is a website dedicated to seamless school function through the efficient ma
- [ ] What range of time to borrow? Display calendar here
- [ ] Who will borrow? Yourself only by default, add people from same section or other sections (has to be approved by the others, unless it's the whole section and you're the president)
- [ ] Who will be concerned? Each facility or equipment has at least one person concerned


## Contribution and Reproduction

1. Clone the repository
2. Install XAMPP or another equivalent software to use MySQL
3. Load the project dependencies with `npm install`
4. Create a table in MySQL, then in a root `.env` file create a `DATABASE_URL` containing the database connection string (more on Prisma docs)
5. Push+Generate Prisma with `npx prisma migrate`
6. Run the project with `npm run dev`

0 comments on commit e1a7898

Please sign in to comment.