Skip to content

SenadAlagic/TrackIt

Repository files navigation

TrackIt

Calorie tracking app

Seminar work - Software development 2 - Faculty of Information Technologies
Made by: Alagić Senad

Credentials

Administrator:

Email: adminovic@admin.com
Pass:  admin123

General app user:

Email: senad@gmail.com
Pass:  senad123

PayPal:

Email: sb-czg3331335783@personal.example.com
Pass:  Qe47#WPv

Building the dockerfile

Use docker build -t <name> <location> (.)

Code hygiene

Visual Studio

Format code: CTRL + K + D
Sort usings: CTRL + R + G

Visual Studio Code

Format code: SHIFT + ALT + F
Sort imports: SHIFT + ALT + O

*Use relative import paths.


Running the code

Use docker-compose up --build to start the Docker container.

Running the scaffold

Use Scaffold-DbContext 'Name=ConnectionStrings:DefaultConnection' Microsoft.EntityFrameworkCore.SqlServer -OutputDir Database -force -Context TrackItContext to scaffold the db

About

A repository for my RS2 application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published