Skip to content

iotbands1train/angular-csharp-mssql-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular C# MSSQL Project

This project is a full-stack application built using Angular for the front end, C# for the back end, and MSSQL for the database.

Folder Structure

  • backend: Contains the C# backend code.
  • frontend: Contains the Angular frontend code.
  • database: Holds database-related code.

Backend

The backend is built using ASP.NET Core, providing RESTful APIs to interact with the database. It includes controllers, models, services, and configuration files.

Frontend

The frontend is built using Angular, providing a user-friendly interface for interacting with the application. It includes components, services, models, and routing configuration.

Database

The database is built using MSSQL, providing a structured data storage solution for the application. It includes migration files and the database context class.

Getting Started

To get started with this project, follow these steps:

  1. Clone this repository to your local machine.
  2. Set up the backend by opening the solution file in Visual Studio, restoring dependencies, and running the application.
  3. Set up the frontend by navigating to the frontend folder, installing dependencies using npm install, and running the development server using ng serve.
  4. Set up the database by executing migration files to create the database schema and seed data if necessary.
  5. Access the application through the provided URLs and start using it!

Dependencies

  • Angular
  • ASP.NET Core
  • MSSQL
  • Entity Framework Core
  • Angular Material (or any other UI framework used in the frontend)

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published