Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infinite-null/blog
Created a full stack blog webapp where user can create blogs, view other blogs, comment on them and even like a blog.
https://github.com/infinite-null/blog
framer-motion full-stack fullstack-development next-auth nextjs nextjs13 nextui
Last synced: 16 days ago
JSON representation
Created a full stack blog webapp where user can create blogs, view other blogs, comment on them and even like a blog.
- Host: GitHub
- URL: https://github.com/infinite-null/blog
- Owner: Infinite-Null
- License: agpl-3.0
- Created: 2023-07-16T04:08:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T10:02:04.000Z (over 1 year ago)
- Last Synced: 2024-11-15T05:47:53.378Z (3 months ago)
- Topics: framer-motion, full-stack, fullstack-development, next-auth, nextjs, nextjs13, nextui
- Language: TypeScript
- Homepage: https://blog-beta-nine-87.vercel.app
- Size: 1.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Blog Webapp
![Picsart_23-07-28_03-49-19-144](https://github.com/Infinite-Null/Blog/assets/97950192/1bde6ee2-d060-4731-ad66-ae4d13f0bc4e)
## Live Link
>[Click here for live website](https://blog-beta-nine-87.vercel.app/)
## Video Demonstration
>[Click here to view video](https://youtu.be/HKu5kE33nbo)
## About
Created a full stack blog webapp with user auth using next-auth where user can create blogs, view the blogs created by other user, comment on the blogs and even like a blog posted in web app.
## How to Install and Run the Project
To install the project frist have to make the clone of project locally :
```
git clone https://github.com/Infinite-Null/Blog
cd Blog
npm install #or yarn install
```To strat the project at your LocalHost :
```
npm run dev
```Now the server is running in http://localhost:3000/
## Features
* Minimal Ui
* Easy To use
* Secure
* Comment
* Like
* Favourite## License
>Copyright © 2023 Infinite-Null
>
>Blog is a free software licensed under GPL v3.0
>
>It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
>
>without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.