VNStreet is a full-stack blog application built using Express.js, SQLite, Tailwind CSS, and Bun. This project was developed as part of the Full Stack Developer Internship at Bharat Intern. VNStreet allows users to create, edit, and share their blog posts, making it a versatile platform for bloggers and content creators.
- User authentication for secure access to the platform.
- Create, edit, and delete blog posts.
- Rich text editor for composing and formatting blog content.
- Responsive design using Tailwind CSS for a seamless user experience.
- SQLite database for efficient data storage and retrieval.
- Lightweight server using Express.js.
- Development environment setup with Bun for easy development and testing.
Before you begin, ensure you have installed bun and git.
To get VNStreet up and running on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/VoidVampire/VNStreet.git cd VNStreet
-
Install project dependencies:
bun install
To start VNStreet locally, run the following command:
bun run dev
The application will be accessible at http://localhost:8080
in your web browser. Here are the steps to get started:
-
Create an Account:
- Initially, there will be no posts. To get started, go to
http://localhost:8080/admin
. - Create an account by providing your details and registering.
- Initially, there will be no posts. To get started, go to
-
Log In:
- After creating an account, log in to your VNStreet account using your credentials.
-
Manage Your Blog:
- Once logged in, you can:
- Add new blog posts.
- Edit existing posts.
- Delete posts you no longer need.
- Logout when you're done.
- Once logged in, you can:
This gives you full control over your blogging experience on VNStreet. Enjoy writing and sharing your blog posts!
This project is licensed under the MIT License - see the LICENSE file for details.