Skip to content

liqian19891011/ForumBash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Forum Bash

Tips you may need

-- StackOverflowAPI : self-implemented API to get data from StackOverflow

-- Utils : Operations with database

-- Moelds/ODataOpenIssues : DbContext

-- This project uses MVC to build the web site.

Setting Up

This project using EF code first, so you just need to create an database and modify the database config in web.config.

<connectionStrings>
    <add name="ODataOpenIssues" connectionString="Data Source=ServerName;Initial Catalog=DbName;Persist Security Info=False;User ID=username;Password=pwd" providerName="System.Data.SqlClient" />
</connectionStrings>

In web.config, you also need to set up a file path for log file.

  <appSettings>
    ...
    <add key="LogFilePath" value="D:\log\log.txt" />
  </appSettings>

About

Source for forum bash of stackoverflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages