fix client to api dtos again
This commit is contained in:
24
scripts/DEV_README.md
Normal file
24
scripts/DEV_README.md
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
## These are some notes for development
|
||||
# contains some helpful tips, commands, and knowledge
|
||||
|
||||
Resetting the database (for dev):
|
||||
> set development evironment (specify non-docker network and db password)
|
||||
> dotnet ef database drop
|
||||
> dotnet ef migrations remove
|
||||
> if above errors, dotnet ef database update 0
|
||||
> dotnet ef migrations add InitialCreate
|
||||
|
||||
To see live logs:
|
||||
sudo docker logs -f -t agologum-api
|
||||
|
||||
public user:
|
||||
> username=bard
|
||||
> password=Public*890
|
||||
|
||||
chrome dev tools troubleshooting
|
||||
> response body: Network => url endpoint => Response => expand
|
||||
|
||||
Always test build before committing
|
||||
> for the client: $ npm run dev
|
||||
> for the api: $ dotnet build
|
||||
Reference in New Issue
Block a user