Skip to content

orhanemree/MEVN-Stack-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ’₯ MEVN Stack Blog

mevn stack

πŸ’» Used Technologies

  • Frontend: Vue.js + TailwindCSS / (Vite.js)
  • Backend: Node.js / Express.js
  • Database: MongoDB

🧐 How to Use

  • 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.

πŸ“Œ Screenshots

Home
Explore
Sign Up
Login
Create
404

✨ Features

  • Login System
    • Error Messages in UI
  • Responsive Design

πŸ“ƒ License