Skip to content

This E-Commerce web type application, that is used to shop various products for agriculture.

License

Notifications You must be signed in to change notification settings

MateiIonutEduard/BridgeWater

Repository files navigation

Description

This E-Commerce web type application, is used to shop various products for agriculture.
Application is built by using ASP.NET Core, with PostgreSQL and MongoDB as database systems.

Required Steps

First, you need to install MongoDB and PostgreSQL database servers.
In the case of the MongoDB, create the database and name the main collection.
Finally, import JSON payload containing the collection scheme, now everything is ready.

Next, create the SQL database in pgAdmin, with the name found in the configuration file.
After that, create the database from the included migration scheme, open Nuget Package Manager.


Package Manager Console

PM> Update-Database
PM> Remove-Migration

If you prefers terminal:

> dotnet ef database update
> dotnet ef migrations remove

About

This E-Commerce web type application, that is used to shop various products for agriculture.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published