https://github.com/emrd/blog-site-deployment
https://github.com/emrd/blog-site-deployment
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/blog-site-deployment
- Owner: EmrD
- Created: 2024-11-23T18:02:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-24T08:11:34.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:44:04.482Z (about 1 year ago)
- Homepage: https://blog-web-frontend-three.vercel.app/
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlogSite Web Application
This is an web project that for type and publish blogs, texts, posts. Project's backend is from ASP.NET Web API as a solution, MVC (Model View Controller) is used for this project. And frontend is from React and Vite. Also we used MongoDB as database solution. You can access [here](https://blog-web-frontend-three.vercel.app/). You can do the following actions;
- Log In With Auto-Auth
- Create blogs
- Read others blogs
- Delete only your blogs
- and more...
## Important Note
The codes are not allowed to access from users. Because the database connection strings, token generation actions e.g. The backend and frontend repositories are private.
## Design Scheme
