Skip to content

s00223097/HotelSPAandAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Hotel Single Page Application (SPA) and Web API

  • Frontend - React, Typescript
  • Backend API - C#, .NET Core

Running the frontend

cd /Frontend/hotel-spa
npm install # install dependencies - some may be out of date, (sorry, my Angular setup is much better...)
npm start # start the server

The server should be running at: http://localhost:3000/hotels

Running the backend

cd HotelAPI
dotnet restore # to retrieve all the packages in projectreference
dotnet run

The backend API should be running at http://localhost:5170/api/hotels

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published