Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayed94h/manage-appointments
ASP .Net Core Web API with React.js - A web development project for beginners. We will build a web application for managing Dates or Appointments.
https://github.com/sayed94h/manage-appointments
asp-net-core-course asp-net-core-tutorial asp-net-core-web-api-tutorial entity-framework-core full-stack-web-development integrate-react-js-with-web-api learn-reactjs project react-course react-js-asp-net-core-web-api reactjs-tutorial sql-database sql-server web-development web-development-project website-development
Last synced: about 21 hours ago
JSON representation
ASP .Net Core Web API with React.js - A web development project for beginners. We will build a web application for managing Dates or Appointments.
- Host: GitHub
- URL: https://github.com/sayed94h/manage-appointments
- Owner: Sayed94h
- License: mit
- Created: 2023-05-05T14:41:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T14:44:11.000Z (13 days ago)
- Last Synced: 2024-12-26T15:32:08.476Z (13 days ago)
- Topics: asp-net-core-course, asp-net-core-tutorial, asp-net-core-web-api-tutorial, entity-framework-core, full-stack-web-development, integrate-react-js-with-web-api, learn-reactjs, project, react-course, react-js-asp-net-core-web-api, reactjs-tutorial, sql-database, sql-server, web-development, web-development-project, website-development
- Language: JavaScript
- Homepage: https://aqyanoos.com
- Size: 532 KB
- Stars: 12
- Watchers: 1
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Manage Your Appointments or Dates
This is full feature web application created in ASP.Net Web Api and React.JS to manage dates or appointments or anything similar.
### Todos before starting the app
1. Set the correct connection string
2. If necessary change the database name
3. For the client app you need to install the dependencies
From your terminal inside the ClientApp folder, run "npm install"
4. For the Web Api dependencies, check the necessary dependencies in NuGet package manager.> _The version of Web Api dependencies has to match the version .net framework otherwise you will get error(s)._
#### This project was part of my YouTube tutorials so you can also watch the video on YouTube [here](https://youtu.be/EJgzPBO2juM).
> _Link to my YouTube Channel [https://www.youtube.com/@CodingAqyanoos](https://www.youtube.com/@CodingAqyanoos)_
> _Link to my website [https://aqyanoos.com](https://aqyanoos.com)_
## The landing page
![landing page](./img/landing-page.PNG)
## Filtered appointments(Done)
![landing page](./img/filtered-done.PNG)
## Filtered appointments(Deleted)
![landing page](./img/filtered-deleted.PNG)
### You have also other options to filter appointments like filtering based on dates, time, flags(level of importance),...