Commit Graph

56 Commits

Author SHA1 Message Date
TypoMustakes
f2145fbc26 Ignoring SSL certificate trust policy 2023-12-06 15:45:02 +01:00
TypoMustakes
cb8f992fb4 Fixed connection string 2023-12-06 15:15:58 +01:00
TypoMustakes
4513ec27c9 Removing unneccesary using directives 2023-12-06 15:02:42 +01:00
TypoMustakes
b0887b0991 Fixed pingable endpoint 2023-12-06 10:59:05 +01:00
TypoMustakes
f8ad2bde48 Regenerated Endpoint as WebAPI project 2023-12-06 10:58:52 +01:00
TypoMustakes
ff99af99c4 Setting port number for API endpoint 2023-12-05 18:31:15 +01:00
TypoMustakes
59fbf22582 Restructured CRUD implementation to accomodate ASP.NET endpoint setup 2023-12-05 18:05:55 +01:00
b63cb9c19d Bugfixes 2023-12-05 15:42:37 +01:00
TypoMustakes
79d08139fe Setting up Program.cs 2023-12-05 15:32:08 +01:00
TypoMustakes
f8d23a7cbc Adding REST services as seen on nikprog.hu 2023-12-05 15:29:00 +01:00
TypoMustakes
36a2e49067 Moving non-crud queries to separate controllers 2023-12-05 15:28:46 +01:00
TypoMustakes
eaa177862e Installed WebApi.Client NuGet package 2023-12-05 15:08:06 +01:00
TypoMustakes
56547d0c2e Deleting duplicate file 2023-12-05 14:41:28 +01:00
TypoMustakes
9faf50ad16 Bugfix 2023-12-05 14:39:46 +01:00
TypoMustakes
4686845c5c Left out this file accidentally 2023-12-05 14:38:11 +01:00
TypoMustakes
297a1a0f3d Modifying endpoint routes to make more sense 2023-12-05 14:37:49 +01:00
TypoMustakes
a55354e484 Fixing nonsense 2023-12-05 14:36:53 +01:00
TypoMustakes
c079af78ad Tidying work tree 2023-12-05 14:30:14 +01:00
TypoMustakes
ce9f3e1df6 Moving routes to their respective controllers 2023-12-05 14:29:11 +01:00
TypoMustakes
c38773ca46 Renaming file 2023-12-05 14:26:06 +01:00
TypoMustakes
cb4ced73d9 Removing all non-employee related routes 2023-12-05 14:25:27 +01:00
TypoMustakes
3991930a6a Configured IoC containers 2023-12-05 11:40:01 +01:00
TypoMustakes
ea7b11e03c Implementing non-crud queries 2023-12-05 11:10:47 +01:00
Miskolczi Richárd
a27ebbf0ae Implemented HTTP Routing into Controller 2023-12-04 17:06:17 +01:00
TypoMustakes
87bfe822a7 After an hour of digging the dotnet documentation, I put this together 2023-12-02 16:15:02 +01:00
573fcd14ba injected logic dependency into endpoint 2023-11-22 14:09:15 +01:00
c1f4f90826 Moved implementation out of interface 2023-11-22 14:03:35 +01:00
db6683cbd6 Cleanup 2023-11-22 14:02:14 +01:00
4b1304b908 Implementing dependency injection 2023-11-22 14:02:02 +01:00
712fd14b41 Renamed some fields 2023-11-22 14:01:37 +01:00
1a1f7ff0a4 Creating LoginServices with queries inside 2023-11-22 14:01:22 +01:00
9ec6295a04 Started working on API 2023-11-22 12:08:03 +01:00
257ba3d2c3 Implementing ReadAll 2023-11-22 11:47:56 +01:00
8fb2f1fc8f Cleanup 2023-11-22 11:42:54 +01:00
58b21073db Removing unneccesary using directives 2023-11-22 11:42:09 +01:00
ccfdae7437 Adding statically accessible DbContext 2023-11-22 11:41:53 +01:00
5b71368c5e Implementing CRUD 2023-11-22 11:39:16 +01:00
5382028d11 Providing DbSeed 2023-11-22 09:34:06 +01:00
49c4ded289 Expanding gitignore 2023-11-22 09:11:46 +01:00
88c19358a4 Adding test data to db 2023-11-22 09:11:15 +01:00
ab8f6f7447 Create InMemoryDb connection 2023-11-21 12:33:46 +01:00
01fc34ad64 Creating DbContext 2023-11-21 12:25:31 +01:00
0b200effb9 Added data annotations 2023-11-21 12:25:06 +01:00
cef7d1711a Adding EF.InMemory 2023-11-21 12:11:50 +01:00
c0fc3d934a Fixed NuGet issue 2023-11-20 15:23:59 +01:00
2762e6480d Gitignore expansion 2023-11-20 14:17:30 +01:00
Miskolczi Richárd
5656ea1856 Adding database models 2023-10-18 10:48:40 +02:00
Miskolczi Richárd
f786d4f066 Adding EntityFramework Core 2023-10-18 10:21:03 +02:00
25b6ab2f60 Adding dependencies and solution folders 2023-10-03 09:34:36 +02:00
2172d6b575 Ignoring .vs folder 2023-10-03 09:34:29 +02:00