Project Name: Let's Add On - Blogging Site
Welcome to Let's Add On, a simple yet powerful blogging platform designed to empower users to share their thoughts and ideas with the world. This repository contains the codebase for both the backend and frontend components of the Let's Add On blogging site.
The repository is organized into two main folders:
- server: Contains the backend codebase responsible for handling server-side logic, API endpoints, and database interactions.
- public: Contains the frontend codebase responsible for the user interface, client-side functionality, and presentation layer of the application.
To run the Let's Add On blogging site on your local machine, follow these steps:
-
Backend Setup:
- Navigate to the
server
folder. - Run
npm install
to install the necessary dependencies. - Once the installation is complete, run
npm start
to start the server. The backend will run on the default port `5000.
- Navigate to the
-
Frontend Setup:
- Navigate to the
public/blog-app
folder. - Run
npm install
to install the required frontend dependencies. - After the installation, run
npm start
to start the frontend application. It will typically open in your default web browser athttp://localhost:3000
.
- Navigate to the
Contributions to Let's Add On are welcome! If you have any feature suggestions, bug reports, or improvements, feel free to open an issue or submit a pull request. Please ensure that your code adheres to the project's coding standards and conventions.
This project is licensed. You are free to use, modify, and distribute this software as per the terms of the license agreement.
Thank you for choosing Let's Add On for your blogging needs. Happy blogging! 🚀📝