Skip to content

hoangdamit/CRUDWithMongoDb

Repository files navigation

Electric System Demo

An demo CRUD by using Net core and mongo db.

Run The Project

You will need the following tools:

Installing

Follow these steps to get your development environment set up: (Before Run Start the Docker Desktop)

  1. Clone the repository
  2. At the root directory which include docker-compose.yml files, run below command:
docker-compose -f docker-compose.yml -f docker-compose.override.yml up –d
  1. Wait for docker compose all services.

  2. You can launch application as below urls:

  1. Launch http://localhost:8502/** in your browser to view the Web UI.
  2. Some Pictures About Web UI Image of democmc

About architecture design and techlonogies used

  1. Client: MVC,HTML/CSS/Jquery
  2. Server: WebApi,MongoDB
  3. Design Pattern: Repository, CQRS, DI , SOLID, Clean Architecture Design
  4. Deloyment: Docker Compose

Next Release

  1. Intergration Test
  2. Implement Logging/Mornitoring System
  3. Intergration of Message Bus(RabbitMQ)

About

a CRUD simple web app mvc by using dot net core and mongo db

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors