Skip to content

Commit a0fcc41

Browse files
authored
line breaks added in README.md
1 parent 2d777a5 commit a0fcc41

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,22 @@ This project was built with [Angular CLI](https://github.com/angular/angular-cli
55
## Instructions to replicate project
66

77
1.) Clone the project in your local system.
8+
<br />
89
2.) If you are using VS Code for Angular, go to root directory and press npm install in command terminal for the project to fetch all required dependencies and packages.
10+
<br />
911
3.) For the API, go to the appsettings.json file to change the SQL Data Source(Server) name which might be different for your configuration and Initial Catalog is Database name which you can choose as per your wish.
10-
4.) Remove the existing migration folder from API Project. To initiate migrations, get the following Nuget packages first -
11-
i.) EntityFramework Core.
12-
ii.) EntityFramework Sql Server.
12+
<br />
13+
4.) Remove the existing migration folder from API Project. To initiate migrations, get the following Nuget packages first - <br />
14+
i.) EntityFramework Core.<br />
15+
ii.) EntityFramework Sql Server.<br />
1316
iii.) EntityFramework Tools
14-
17+
<br />
1518
Then in package manager terminal , start migrations by first command : **add-migration someName** followed by **update-database** command. If everything is Ok, you will get success message.
16-
19+
<br />
1720
5.) Remember to run the API before you run the UI to avoid 404 errors.
21+
<br />
1822
6.) ng serve will run program for Angular and for API, it would be either dotnet run or direct Run button in Visual Studio.
19-
23+
<br />
2024
**NOTE** - _Run the BookList SQL file content in SQL Server after migrations are done and tables are created._
2125

2226
## Further help

0 commit comments

Comments
 (0)