Skip to content

ElBrenkel/ReservasionSystem

Repository files navigation

Installation instructions

Backend

  1. Make sure Microsoft SQL server service is running.
  2. Open the solution file in Microsoft Visual Studio.
  3. Run ReservationSystemApi project from the top bar.
  4. Wait for Swagger to load.

Frontend

  1. Start a terminal in the root folder and run the following commands one by one:
    $ npm install -g @angular/cli
    $ cd ReservationSystemUi
    $ npm install 
    $ ng serve
  1. The website will be served on http://localhost:4200.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published