Skip to content

devarshi-007/Book-E-Sale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book-E-Sale

Mini Summer Internship at TatvaSoft

Important points:-

  1. Main_DB is a database file. Load in PgAdmin in schema section.
  2. In Frontend use npm install.
  3. npm start to start the Frontend.
  4. Backend url is in Service in request.ts
  5. Start Backend web API before starting Frontend.

Database Integration

Database Integration command with Visual Studio.

BookStoreModels-->Open in Terminal

  • dotnet ef dbcontext scaffold "Server=localhost; Port=port;Database=database-name;UserId=postgres;Password=password;SSL Mode=Prefer" Npgsql.EntityFrameworkCore.PostgreSQL -o ViewModels

if dotnet-ef command not found error comes do this.

dotnet tool install --global dotnet-ef --version 5.*

About

Mini Summer Internship at TatvaSoft

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published