Giter VIP home page Giter VIP logo

hotelmanager's Introduction

HotelManager

Introduction

What is HotelManager?

HotelManager is an Windows application, used for digitalizing hotel management.
This also is a project in studying Introduction to Software Engineering at UIT - VNUHCM.

Technologies, Libraries and Frameworks

Contributors

We currently have 4 contributors / members in our working team.

Installation

If you are using pre-built excutable application with remote MySQL (in GitHub's release section), the following steps are redundant.

Preparing

  1. Visual Studio 2018 / 2019
  2. MySQL Server. We suggest using XAMPP for quick installation
  3. .NET Framework 4.6.1 Runtime and Developer Pack

Solution for Visual Studio

This repository is written using Visual Studio 2017 / 2019. So, just simple open the solution in Visual Studio, everything will be done automatically.

Install database structure

  1. Open the source file ./db/DatabaseManager.cs
  2. Find the code line and change the values to your MySQL information.
private const string CONN_STR = "server=localhost;user=root;database=hotelmanager;port=3306;password=";
  1. Use any MySQL Manager. If you are using XAMPP, turn on Apache in XAMPP Control Panel. Open the link http://localhost/phpmyadmin
  2. Within MySQL Manager, create database then import SQL file ./sql/hotelmanager.sql

Build and Run

Just press Build Solution or Start button in Visual Studio. NuGET will GET all dependencies.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.