Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayed94h/school-management
ASP .Net Core Web API with React.js and MongoDB Database Full Course. A web development project tutorial for beginners. We will build a web application for managing school students.
https://github.com/sayed94h/school-management
asp-net-core-course asp-net-core-tutorial asp-net-core-web-api full-course full-stack-web-development mongodb mongodb-course mongodb-database mongodb-tutorial project react-course react-js-web-api-mongodb react-tutorial reactjs source-code tutorial-for-beginners web-development web-development-course web-development-project website-development
Last synced: 3 days ago
JSON representation
ASP .Net Core Web API with React.js and MongoDB Database Full Course. A web development project tutorial for beginners. We will build a web application for managing school students.
- Host: GitHub
- URL: https://github.com/sayed94h/school-management
- Owner: Sayed94h
- License: mit
- Created: 2023-07-08T19:05:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-26T14:45:20.000Z (7 days ago)
- Last Synced: 2024-12-26T15:32:19.446Z (7 days ago)
- Topics: asp-net-core-course, asp-net-core-tutorial, asp-net-core-web-api, full-course, full-stack-web-development, mongodb, mongodb-course, mongodb-database, mongodb-tutorial, project, react-course, react-js-web-api-mongodb, react-tutorial, reactjs, source-code, tutorial-for-beginners, web-development, web-development-course, web-development-project, website-development
- Language: JavaScript
- Homepage: https://aqyanoos.com
- Size: 332 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# School / Student Manager App
This is project is part of my YouTube Tutorial about Creating A Full Stack App using Reactjs, ASP .Net Core Web API and MongoDB.
> 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)
> Visit The Video Tutorial [here](https://youtu.be/YkLyu8bZwjc)
## Todos before starting the app:
1. Enter Your Own MongoDB Connection String inside `appsettings.json`.
2. Install dependencies for Web Api(check NuGet package manager).
3. Remove `package-lock.json` before doing the next step.
4. Install dependencies for React: Jump to the ClientApp directory and run `npm install` in your terminal.### Info
I modified the file `package.json` but the original version of this file is `package copy.json` in case you want to install all dependencies came with React inside ASP .Net Core.
### Any Error?
Visit my YouTube channel and watch the Full Tutorial on YouTube [here](https://youtu.be/YkLyu8bZwjc).