Skip to content

Eshmann/TravelingBlog

Repository files navigation

# TravelingBlog
1. Download Project.
2. Unrar/Open it.
3. Open Angular Project (there is src folder). Open comand prompt or power shell (shift+rmb) and try to run (there is also package.json):
3.1 (Need node 11.0.0 and NPM 6.4.1 to check versions 'node -v' and 'npm -v') "npm install".
3.2 (If you don't have angular installed) "npm install -g @angular/cli".
3.25 Also you need to check if some lines uses localhost instead our trvlblg.azurewebservice.net
3.3 "ng build".
4. Open project TravelingBlog (also you will need secret key of facebook auth) AspNetCore 2.1.
5. If you have a db skip this step. 
5.1 Create Local Db (name can be changed in appsetings.json) Don't Forget to choose TravelingBlog.DataAcceesLayer in PM.
5.2 "Add-Migration Initial".
5.3 "Update-Database".
6. Rebuild Solution.
7. Run it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published