• Stars
    star
    155
  • Rank 240,864 (Top 5 %)
  • Language
    C#
  • Created over 1 year ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Microservices Udemy Course repository

This is the repository for the Microservices 'Carsties' app created for the Udemy course released in July 2023.

You can view a demo of this app here. You can register a user and sign in to see it in action or you can use one of the test accounts with the username 'bob' or 'alice' with the password of 'Pass123$' to sign in.

You can see how this app was made by checking out the Udemy course for this here (with discount)

You can run this app locally on your computer by following these instructions:

  1. Using your terminal or command prompt clone the repo onto your machine in a user folder
git clone https://github.com/TryCatchLearn/Carsties.git
  1. Change into the Carsties directory
cd Carsties
  1. Ensure you have Docker Desktop installed on your machine. If not download and install from Docker and review their installation instructions for your Operating system here.
  2. Build the services locally on your computer by running (NOTE: this may take several minutes to complete):
docker compose build
  1. Once this completes you can use the following to run the services:
docker compose up -d
  1. To see the app working you will need to provide it with an SSL certificate. To do this please install 'mkcert' onto your computer which you can get from here. Once you have this you will need to install the local Certificate Authority by using:
mkcert -install
  1. You will then need to create the certificate and key file on your computer to replace the certificates that I used. You will need to change into the 'devcerts' directory and then run the following command:
cd devcerts
mkcert -key-file carsties.com.key -cert-file carsties.com.crt app.carsties.com api.carsties.com id.carsties.com
  1. You will also need to create an entry in your host file so you can reach the app by its domain name. Please use this guide if you do not know how to do this. Create the following entry:
127.0.0.1 id.carsties.com app.carsties.com api.carsties.com
  1. You should now be able to browse to the app on https://app.carsties.com

More Repositories

1

DatingApp-v6

C#
586
star
2

Reactivities-v6

C#
313
star
3

DatingApp

C#
260
star
4

Reactivities

C#
216
star
5

Skinet3.1

C#
194
star
6

Skinet-v6

Course repository for the Skinet app created on .Net 5.0 and Angular 11
C#
187
star
7

Reactivities_2.2

Repository for Reactivities training course using .Net Core, React (with Typescript), Mobx. .Net Core 2.2 version
C#
178
star
8

skinet

C#
151
star
9

DatingApp_2.2_Archive

C#
133
star
10

DatingApp30

Repo for dotnet core 3.0
C#
113
star
11

Restore-v6

C#
99
star
12

Restore

TypeScript
99
star
13

Reactivities30

Repo for .net core 3.0 version of this app
C#
49
star
14

revents-2020

JavaScript
47
star
15

revents_archive

Test run of finished course
JavaScript
31
star
16

ReventsUpdate

JavaScript
30
star
17

next-match

TypeScript
25
star
18

DatingAppV8

C#
24
star
19

skinet-2024

HTML
18
star
20

ReventsAlpha

Update to the content that uses React-redux 7.1.0-alpha.4, 3.0.0-alpha.12 and an excessive use of react hooks...
JavaScript
17
star
21

skinet_archive

C#
11
star
22

DatingApp-dotnet7ang14

C#
11
star
23

revents

TypeScript
11
star
24

reventsDemo

JavaScript
5
star
25

Reactivities2

C#
5
star
26

Carsties-2024

C#
5
star
27

DatingApp-net8

C#
5
star
28

Reactivities_delete

C#
4
star
29

react-heroes

TypeScript
4
star
30

DemoDatingApp

TypeScript
2
star
31

DatingApp-Updated

2
star
32

DatingApp_Demo

C#
2
star
33

react-mobx-sui-starter

Starter project for ejected CRA app with Mobx, SUI and decorator support
JavaScript
2
star
34

tcl-site

CSS
1
star
35

test

1
star
36

Reactivities_Test1

C#
1
star
37

ReventsTestUpdate

JavaScript
1
star
38

reventsDemoApr2018

JavaScript
1
star
39

Test2

1
star
40

DNG6

C#
1
star
41

DatingApp-DotNet7Angular16

C#
1
star
42

tcl-giscus

1
star