Commit Graph
59 Commits
Author SHA1 Message Date
Stefan 58a113804e Merge pull request #8 from GithubOrgProjectPiza/routes-implementation
Routes implementation
2022-06-01 11:18:17 +02:00
Stone_Red 78001de80f Fix 2022-06-01 11:17:42 +02:00
Stone_Red c9a8e8b63c Add price to pizza add and update routes 2022-06-01 11:16:31 +02:00
Stefan d00189c4bd Merge pull request #7 from GithubOrgProjectPiza/routes-implementation
Routes implementation
2022-06-01 10:43:10 +02:00
Stone_Red c632f1a93a Add pizzas to restaurant request 2022-05-23 13:19:58 +02:00
Stone_Red 3f65206728 Fix stuff 2022-05-23 13:15:29 +02:00
Stone_Red 305f7cc753 Merge branch 'DB_schema' into routes-implementation
# Conflicts:
#	docker-compose.yml
2022-05-23 13:14:50 +02:00
Stone_Red c96d14a392 Add price to prisma schema 2022-05-23 13:11:48 +02:00
Stone_Red f409d42f1c Add auth to the endpoints
_Well at least I think, idk if it works, please help me, aaaaaahhh_
2022-05-04 15:16:36 +02:00
Stone_Red 2147a7ec7a Merge remote-tracking branch 'origin/dev' into routes-implementation 2022-05-04 12:05:50 +02:00
Stone_Red 17386406d4 Merge pull request #6 from GithubOrgProjectPiza/routes-implementation
Routes implementation
2022-05-04 11:53:53 +02:00
Stone_Red 378400781c Merge branch 'dev' into routes-implementation 2022-05-04 11:53:46 +02:00
Stone_Red fbe7893003 Merge pull request #5 from GithubOrgProjectPiza/routes-implementation
Merge Routes implementation
2022-05-04 11:50:32 +02:00
Stone_Red 6f9a7260b6 Fix formatting 2022-05-04 11:50:02 +02:00
Stefan-5422 7f52f8c30e Fix auth system 2022-05-04 11:46:36 +02:00
Stone_Red 8c58e1f089 Fix routes 2022-05-04 11:12:15 +02:00
Stone_Red 1b162b4f3c Add "get all" endpoints 2022-05-04 11:08:50 +02:00
Stone_Red 39d6157a3c Fix naming issues in routers and remove unnecessary files 2022-04-07 07:36:43 +02:00
Stefan 6099f58771 Merge pull request #3 from GithubOrgProjectPiza/feature-mailserver
Feature mailserver
2022-04-02 19:18:24 +02:00
Stefan 2bd23674e7 Merge branch 'dev' into feature-mailserver 2022-04-02 19:17:26 +02:00
Stone_Red 3f43558dfd Merge pull request #4 from GithubOrgProjectPiza/main
Merge magic
2022-04-02 19:08:43 +02:00
Stone_Red 3962232d09 Merge pull request #2 from GithubOrgProjectPiza/routes-implementation
Routes implementation
2022-04-02 19:01:32 +02:00
Stone_Red 22d7865065 Correct formatting 2022-04-02 18:51:49 +02:00
Stone_Red 608710be60 Add routers 2022-04-02 18:30:07 +02:00
Stone_Red 673e6f90da Fix orders and pizzas controller 2022-04-02 17:58:51 +02:00
Stefan-5422 8d79571d6b Ignore compiled templates; 2022-04-02 17:47:57 +02:00
Stefan-5422 8f879117f6 FIX forgot to add changes to package.json 2022-04-02 17:47:43 +02:00
Stefan-5422 03a678cabe Add endpoint to verify email; 2022-04-02 17:47:06 +02:00
Stefan-5422 76b3df4e70 Add Email Template; 2022-04-02 17:45:14 +02:00
Stefan-5422 2cb5709158 Fix bug in redis library; 2022-04-02 17:44:50 +02:00
Stefan-5422 5593652da8 Add library for template compilation; Add function to send out predefined verification mail 2022-04-02 17:44:30 +02:00
Stone_Red 5d621eb99a Add pizza and orders controller
_Stiifi hüf ma des zu fixn_
2022-04-01 12:56:44 +02:00
Stone_Red 389dc018ee Merge remote-tracking branch 'origin/routes-implementation' into routes-implementation
# Conflicts:
#	package-lock.json
#	src/controller/testcontroller.controller.ts
#	src/routes/testrouter.route.ts
2022-03-30 12:25:33 +02:00
Stone_Red cf9b9eefbb Add restaurant and organization controller
- Add restaurant controller
- Add organization controller
- Add files for types
2022-03-30 12:23:34 +02:00
Stone_Red cb62400f39 Add restaurant and organization controller
- Add restaurant controller
- Add organization controller
- Add files for types
2022-03-30 12:21:47 +02:00
Stefan-5422 8f9a8ebdea Remove testroutes; Update register endpoint; Add Redis lib 2022-03-30 12:21:02 +02:00
Stefan-5422 71e3a3c941 Add: Redis to docker-compose 2022-03-30 12:20:18 +02:00
Stone_Red d94e918533 Add more testing stuff 2022-03-30 11:31:25 +02:00
Stone_Red f3bf6855e3 Add tests 2022-03-30 11:31:25 +02:00
Stefan-5422 67d4878c59 Add Auth middleware; 2022-03-23 12:59:33 +01:00
Stefan-5422 4df48360b5 Create Register endpoint; 2022-03-23 12:59:33 +01:00
Stefan-5422 d7f97b49e7 Add json body parser; Add default response for errors 2022-03-23 12:59:33 +01:00
Stefan-5422 b42f08bd8b Update package.json to add prisma; Add prisma library 2022-03-23 12:59:05 +01:00
Stefan 0734b8d9ff Merge pull request #1 from GithubOrgProjectPiza/DB_schema
Add db shema to the dev branch
2022-03-23 12:57:43 +01:00
Stone_Red 9cbc972b83 Merge branch 'main' into DB_schema 2022-03-23 12:57:43 +01:00
Stone_Red d9e29634ef Add docker-compose file 2022-03-23 11:48:48 +01:00
Stone_Red 12abcad196 Add more testing stuff 2022-03-23 11:40:16 +01:00
Stone_Red da35fcf424 Add tests 2022-03-22 10:17:10 +01:00
Stefan-5422 c6319edc31 Update package.json to add prisma; Add prisma library 2022-03-09 10:26:21 +01:00
Stefan dad7663aca Merge pull request #1 from GithubOrgProjectPiza/DB_schema
Add db shema to the dev branch
2022-03-09 10:06:44 +01:00