Commit Graph

29 Commits

Author SHA1 Message Date
dependabot[bot]
694b9ca6d2 Bump minimist, mkdirp, loader-fs-cache and handlebars
Bumps [minimist](https://github.com/minimistjs/minimist), [mkdirp](https://github.com/isaacs/node-mkdirp), [loader-fs-cache](https://github.com/viankakrisna/loader-fs-cache) and [handlebars](https://github.com/wycats/handlebars.js). These dependencies needed to be updated together.

Updates `minimist` from 1.2.0 to 1.2.8
- [Release notes](https://github.com/minimistjs/minimist/releases)
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.0...v1.2.8)

Updates `mkdirp` from 0.5.1 to 0.5.6
- [Release notes](https://github.com/isaacs/node-mkdirp/releases)
- [Changelog](https://github.com/isaacs/node-mkdirp/blob/main/CHANGELOG.md)
- [Commits](https://github.com/isaacs/node-mkdirp/compare/0.5.1...v0.5.6)

Updates `loader-fs-cache` from 1.0.2 to 1.0.3
- [Release notes](https://github.com/viankakrisna/loader-fs-cache/releases)
- [Commits](https://github.com/viankakrisna/loader-fs-cache/commits)

Updates `handlebars` from 4.1.2 to 4.7.7
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.1.2...v4.7.7)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
- dependency-name: mkdirp
  dependency-type: indirect
- dependency-name: loader-fs-cache
  dependency-type: indirect
- dependency-name: handlebars
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-01 06:56:49 +00:00
Giovani
de5c269c02 chore: update readme 2021-07-22 10:49:43 -04:00
Giovani
8f13648c5f Update postman collection 2019-05-07 13:24:30 -04:00
Giovani
59b3cf87b0 Added a way to login and register and a tools project 2019-05-06 13:12:35 -04:00
Giovani
62306c3530 Finished most of the auth portion 2019-05-05 20:21:31 -05:00
Giovani
33a6b312b3 Started to create authorization portion pt.2 2019-05-05 18:37:22 -05:00
Giovani
038b89a650 Started to create authorization project 2019-05-05 18:36:53 -05:00
Giovani
7da1cfbba2 comments to startup file 2019-05-04 17:39:10 -05:00
Giovani
4b9b9907ae Added bright glimmer api postman collection 2019-05-04 14:46:23 -05:00
Giovani
7cd4b2ddd7 Added react client project to solution 2019-05-04 14:43:32 -05:00
Giovani
b7f2d0631b Finished student controller and started course controller 2019-05-03 13:56:16 -05:00
Giovani
a288f499f5 wip being able to soft delete a student 2019-05-02 11:28:13 -05:00
Giovani
5bc0fb9659 Update license 2019-04-30 18:15:08 -04:00
Giovani
63fb52de6b Added lazy loading and fixed private properties not deserializing 2019-05-01 10:13:05 -05:00
Giovani
783e251c97 Create LICENSE.md 2019-04-27 18:41:50 -04:00
Giovani
a25ff270c5 Continued to work on the update student handler 2019-04-29 13:54:10 -04:00
Giovani
125a9d4bb6 Creating endpoint that allows for student update 2019-04-27 15:23:12 -04:00
Giovani
565f824076 Restructured query repositries to move ef logic from handlers 2019-04-27 00:02:55 -04:00
Giovani
6da26283f9 Added constructors to the entities 2019-04-26 22:02:58 -04:00
Giovani
3539c1dd0e Fleshed out entity classes and created command to create student 2019-04-24 23:57:55 +00:00
Giovani
17a15766ab Flesh out domain and start student commands 2019-04-24 17:50:37 +00:00
Giovani
f603e94b5d Fixed csproj and removed unused folders 2019-04-23 22:58:22 +00:00
Giovani
8e3cdc97ef Refactored repositories and fixed service injections 2019-04-23 22:52:58 +00:00
Giovani
3dd68121ee WIP setting up new data project structure and event handlers 2019-04-23 17:42:16 +00:00
Giovani
4074d101b2 Changed parts of how data project stucture 2019-04-22 22:46:39 +00:00
Giovani
4e4fa572b7 Added mongo db repository 2019-04-22 17:57:23 +00:00
Giovani
382beefdc3 Setup ef core tools and sqlite database with some entities 2019-04-20 00:39:07 +00:00
Giovani
3ed561ba0a Setup initial solution structure fo application 2019-04-19 22:00:29 +00:00
Giovani
68dffc8922 First commit 2019-04-19 18:49:10 +00:00