Merge pull request #7 from IT4Change/typo-readme

fix(docu): typo in readme
This commit is contained in:
Ulf Gebhardt 2023-12-12 15:35:32 +01:00 committed by GitHub
commit dc6786a0a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ This mechanic was taken from this [source](https://stackoverflow.com/questions/1
## Database setup ## Database setup
The project is set up for a `sqlite` database. The project is set up for a `sqlite` database.
In order to run the project against a mysql database adjust `primsa/schema.prisma`, copy the `.env.dist` file to `.env` and configure the database connection appropriately. In order to run the project against a mysql database adjust `prisma/schema.prisma`, copy the `.env.dist` file to `.env` and configure the database connection appropriately.
Then run `npm run db:migrate` to generate the database. It might be required to delete the migration folder beforehand. Then run `npm run db:migrate` to generate the database. It might be required to delete the migration folder beforehand.
## License ## License