Skip to content

howznguyen/PTUDTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

BOOK COMMUNITY - APP DESKTOP

INFOMATION

This is a reading community system management application for moderators and administrators. Developed from C# Winform. Use MySQL on the server to connect and use.

AUTHORS

  • chenjiinguyen
  • NhuQuynh0711

OTHER PLATFORMS

REQUIREMENT

You need to install and start our system before installing this application.

SETUP

After cloning the project, you need Visual Studio to configure the server before you runthe app.

  1. Turn on the server.
  2. Config file App.config in project GUI and DLL :
  <connectionStrings>
    <add name="BOOKCOMMUNITYEntities" connectionString="metadata=res://*/BookCommunity.csdl|res://*/BookCommunity.ssdl|res://*/BookCommunity.msl;provider=MySql.Data.MySqlClient;provider connection string=&quot;server=192.168.1.8;user id=root;password=root;persistsecurityinfo=True;port=33060;database=BOOKCOMMUNITY&quot;" providerName="System.Data.EntityClient" />
  </connectionStrings>
  1. Build the app and run it

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages