- Frontend: Vue.js + TailwindCSS / (Vite.js)
- Backend: Node.js / Express.js
- Database: MongoDB
- Firstly clone the repo.
$ git clone https://github.com/orhanemree/MEVN-Stack-Blog.git
$ cd MEVN-Stack-Blog
- Start client side.
$ cd client
$ npm install
$ npm start
- Open a new terminal and start server side.
$ cd server
$ npm install
$ npm start
-
Lastly start a local mongoDB database named "mevn-stack-blog" (you can remane in
/server/DB.js
file). -
Now visit
localhost:3000
. Your local app is running at port 3000.
- Login System
- Error Messages in UI
- Responsive Design
- This project licensed under the MIT License.