Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 2.43 KB

README.md

File metadata and controls

36 lines (26 loc) · 2.43 KB

Welcome to Animeverse MERN webapp👋

This is a full-stack web application built using the MERN (MongoDB, Express, React, Node.js) stack. The app allows users to create an account, view other users' posts, create their own blog posts, read them, update them, and delete them.

Screenshot

Features

  • Create, read, update, and delete (CRUD) functionality for blog posts.
  • View other users' blog posts.
  • Simple and intuitive user interface.
  • Efficient database querying and management using MongoDB and Mongoose.
  • Robust server-side development with Node.js and Express.js.
  • Client-side development with React.js.

Prerequisites

Before you can use the MERN Stack Blog App, you must have the following software installed on your system:

  • Node.js
  • npm
  • MongoDB

Contributing

If you'd like to contribute to TravelMate, please follow these steps:

  • Fork the repository on GitHub.
  • Create a new branch for your feature or bug fix.
  • Make your changes and commit them with descriptive commit messages.
  • Push your changes to your fork.
  • Submit a pull request to the original repository.

Troubleshooting

If you have issues installing dependencies, make sure your Node.js and npm versions are up to date. If you have issues running the development server, make sure you are in the project directory and that all dependencies have been installed.