Skip to content

Latest commit

 

History

History
54 lines (27 loc) · 975 Bytes

README.md

File metadata and controls

54 lines (27 loc) · 975 Bytes

ReminderApp

This project was generated with Angular CLI version 8.3.21 and .NET Core SDK version 3.0.1.

This app was developed for Chrome browsers. Please start in this browser for correct work.

Start with Docker

Start on Linux:

  1. sudo docker-compose up

  2. Navigate to https://localhost/

Start on Windows:

Docker Desktop:

  1. Switch to Linux containers

  2. docker-compose up

  3. Navigate to https://localhost/

Docker Toolbox:

  1. docker-compose up

  2. Navigate to https://192.168.99.100/

If this ip dosen't work:

  1. docker-machine ip

  2. Navigate to this ip

Start on localhost

Start backend:

  1. cd DatingApp.API

  2. dotnet watch run

Start frontend:

  1. For start on localhost you need change baseUrl in environment.ts

  2. cd DatingApp-SPA

  3. ng serve

  4. Navigate to http://localhost:4200/