Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b0cddfc

Browse files
Update README.md
1 parent 1af550b commit b0cddfc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
- Migration Commands (in Nuget console)
1212
- `add migration <name>`
13-
- `updatedatabase`
14-
- Use postman and use the APIs to add some dummy data to table
13+
- `update-database`
14+
- Use inbuilt Swagger or else postman and use the APIs to add some dummy data to table
1515
- Run the WebAPI first(recommeneded to run from visual studio)
1616
- Then run the angular app
1717

@@ -24,9 +24,13 @@
2424
### Known Errors
2525

2626
- If any error pops up regarding namespaces, add the reference to the DataAccess project or dll from the webapi project
27+
- If angular app is giving any compilation error, run npm i again
2728

2829
#### Extras
2930

30-
- If you are planning on a db first approach
31+
- If you are planning on a db first approach to modify the project
3132
- Command for creating models from db
3233
- `scaffold-dbcontext "Data Source=.;Initial Catalog=CompanyDB; Integrated Security=true" Microsoft.EntityFrameworkCore.SqlServer -outputdir Models`
34+
35+
# Creator
36+
* [Rakesh Kumar T](https://github.com/rakesh-kumar-t)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /