GithubHelp home page GithubHelp logo

csci3060u_frontend's Introduction

CSCI3060U Project - Frontend

Introduction

The Front End reads in a file of items available for auction and a file containing information regarding current user accounts in the system, it processes a stream of item bidding and advertising transactions one at a time, and it writes out a file of item bidding and advertising transactions at the end of the session.

Compiling

When using premake5 with gmake, specify a compiler of your choice (gcc or clang) with the option --cc=COMPILER or the system default will be used.

Building on Mac OSX

  • Open a terminal in project root
  • Run bin/premake5_macosx --file=premake5.lua gmake to generate the makefiles.
  • Run cd build to go to the output directory
  • Run make all to build the program frontend

Building on Linux

  • Open a terminal in project root
  • Run bin/premake5_linux --file=premake5.lua gmake to generate the makefiles.
  • Run cd build to go to the output directory
  • Run make all to build the program frontend

Building on Windows (Cygwin)

  • Open a Cygwin terminal in project root
  • Run bin/premake5_windows.exe --file=premake5.lua gmake to generate the makefiles.
  • Run cd build to go to the output directory
  • Run make all to build the program frontend.exe

Building on Windows (Visual Studio)

  • Open a command prompt in project root
  • Run bin/premake5_windows.exe --file=premake5.lua vs2017 to generate the Visual Studio 2017 project files.
  • Open build/group7.sln and build the solution.
    • Configurations:
      • debug_win32
      • release_win32

Running Tests

Running tests on Mac OSX and Linux

  • Open a terminal in project root
  • Run ./run_tests.sh to run all the tests

Running tests on Windows

  • Open a command prompt in project root
  • Run ./run_tests.bat to run all the tests

Running Frontend

  • Create a data folder residing in the same directory as the frontend executable
  • Create a current_users.txt file within the data folder
  • Create a available_items.txt file within the data folder

Authors

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.