Simple video library project created by OnlyDevs (students of Vilnius University)
Install node modules by running:
cd Frontend && npm ci
you can skip cd Frontend && if the working directory is already */Frontend
In the Frontend directory, run:
npm start
npm test
Name JS test folders __tests__.
Name JS test files with .test.js suffix.
npm run build
Builds the app to the build folder.
- apply migrations
- in project dir, in terminal do
dotnet run - in browser go to
http://localhost:5000/swagger
dotnet ef database update
dotnet ef migrations add <new_migration_name>