Blogzilla - A stack of ideas💡
A full stack blog application using MERN stack.
- Nodejs
- Express JS
- Tailwind CSS
- ReactJS
- MongoDB
- Fetch Api
- HTML
- CSS
- Install Blogzilla with npm
npm install Blogzilla
cd Blogzilla
- Install MongoDB to local machine.
- Open terminal and start the mongo server
mongod
- Create a database my-blog and a table called articles.
- Start the backend server using the command
nodemon server.js
- Start the frontend server using the command
npm start