Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 349 Bytes

Trips


_A simple project to explore the use of React.js with a ASP.NET Core 3.1 project.

Project Structure

ClientApp

All of the React.js files

Controllers

The ASP.NET controllers for handling REST API requests.

Pages

Contains the imports and error helpers.

Data

Models, services, etc. for all data related services.