https://github.com/yann-github/bloglist-fullstack-app
https://github.com/yann-github/bloglist-fullstack-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yann-github/bloglist-fullstack-app
- Owner: Yann-GitHub
- Created: 2024-08-28T15:18:01.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-06T15:34:54.000Z (10 months ago)
- Last Synced: 2025-02-13T20:41:39.101Z (5 months ago)
- Language: JavaScript
- Size: 231 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bloglist App
This is a simple bloglist application built using Node.js and Express. It allows users to create, read, update, and delete blog posts.
## Installation
1. Clone the repository: `git clone [email protected]:Yann-GitHub/bloglist-fullstack-app.git`
2. Navigate to the project directory: `cd bloglist-app`
3. Install dependencies for both backend and frontend: `npm install`## Usage
1. Start the server: `npm start`
2. Open your browser and go to `http://localhost:5173`
3. You can now create, read, update, and delete blog posts using the provided user interface.## Technologies Used
- Node.js
- Express
- MongoDB
- HTML
- CSS## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.