Skip to content

serdarb/SampleWithRedisAndMongo

Repository files navigation

#Sample With Redis & Mongo

Project Goal

This project is a sample project.

It is using MVC pattern for the client.

For business logic it saves person entity data to db and serves data from cache.

Development Machine Setup

  • Install Visual Studio Community Edition

  • Install MongoDB as windows service in your development machine.

you can get help from this script

  • Install Redis

you can use installer from [this repo] (https://github.com/rgl/redis/downloads)

Running Application

Just press F5 in visual to debud the application. The UI is an MVC client, so check if it is the start up project.

Running Tests

Run the test via test explorer in visual studio. If you want to use other options to run Test projects, they are in Test folder.

To download selenium chromedriver go to [this link] (https://chromedriver.storage.googleapis.com/index.html?path=2.9/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages