neuronandchords / Blog-MERN-Stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run?

  1. cd client -> yarn -> yarn start // run the frontend API
  2. cd server -> npm i -> npm start // run the backend API
  3. cd “your local mongoDB location” -> Server -> “v_no” -> bin ->mongo // run a mongo instance

APIs Documentation :

  1. /api/signup - sign route, to create a user
  2. /api/signin - login route
  3. / - home
  4. /publish - to create a new article (auth required)

alt text

About


Languages

Language:JavaScript 85.8%Language:HTML 7.6%Language:CSS 6.5%