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

https://github.com/emrd/blog-site-deployment


https://github.com/emrd/blog-site-deployment

Last synced: 5 months ago
JSON representation

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
![Scheme](https://github.com/user-attachments/assets/7695b1d5-ec62-485c-9746-eae34f5bcc42)