You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
11. The default credentials are Username: `admin`and Password: `admin`
175
+
176
+
### Database Migrations
177
+
When you add, remove, or modify Entity Models, you must create a database migration. Typeorm can automatically generate Database Migrations with the following command:
178
+
```
179
+
npm run typeorm migration:generate -- -- ./apps/singularity-api/src/migrations/MIGRATION_NAME
180
+
```
181
+
182
+
### Icons
183
+
Icons are taken from https://iconoir.com/
184
+
103
185
## Credits
104
186
- This project is heavily inspired by [Performous!](https://github.com/performous/performous)
105
187
- This project uses the Pitch Detection library from [Vocalous](https://github.com/vocalous/app) and [pitch detection app!](https://alesgenova.github.io/pitch-detection-app/)
0 commit comments