Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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),...