Skip to content

Duveshka/RemaindApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published