Blog created with React, Express, Tailwind and MongoDB.

This project is simple Blog that allows you to create posts, categories, comments and chat with other users.
Live demo: https://projektprogramistyczny-amordzon.vercel.app/ Live demo API: https://blog-zkdq.onrender.com/
Project is created with:
- Express
- React
- Mongodb
- Tailwind
To run this project, install it locally using npm
$ cd ../MERN-Blog/API
$ npm install
$ npm start
$ cd ../MERN-Blog/front
$ npm install
$ npm start
You have to also create .env file in both directories with yours credentials.