Animal dating app
Animal dating app
To run application
- run backend with .net core 3.0+
- run client - from console
- go to projecty folder
master |
dev |
|
---|---|---|
Chrome | ||
Firefox |
npm update
npm start
- angular
- repository pattern
- code first
- entity framework
- sqlite
- Bootswatch
What things you need to install the software and how to install them
dotnet ef migrations add init
dotnet tool install -g dotnet-ef
A step by step series of examples that tell you how to get a development env running
Say what the step will be
dotnet restore
And repeat
dotnet ef migrations add InitialSubiton
npm install -g @angular/cli
npm install bootstrap font-awesome
npm start
dotnet ef database update
End with an example of getting some data out of the system or using it for a little demo
Explain how to run the automated tests for this system
Explain what these tests test and why
Give an example
Explain what these tests test and why
Give an example
Add additional notes about how to deploy this on a live system
- Angular - The web framework used
- Visual 2019 - Compilator
- .Net Core 3.0 - backend
- Alertify - notifications
Please read [CONTRIBUTING.md]((https://github.com/Oktawian-L) for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Oktawian August Lasek - Initial work - Oktawian
This project is licensed under the MIT License - see the LICENSE.md file for details
- Feel free to start coding by yourself
- TGhe best hobby
This project was generated with Angular CLI version 8.0.6.
You need to have Node.js and npm installed on your PC/Mac.
Then just run npm install in the project's root.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
#sonar.sources=. #sonar.exclusions= #sonar.inclusions=
#sonar.tests= #sonar.test.exclusions= #sonar.test.inclusions=
#sonar.sourceEncoding=UTF-8
#sonar.cpd.exclusions=