Fullstack-projects-frontend-with-react-and-backend-with-various-stacks icon indicating copy to clipboard operation
Fullstack-projects-frontend-with-react-and-backend-with-various-stacks copied to clipboard

Awesome Blogsite Project

Open pramit-marattha opened this issue 5 years ago • 0 comments

Awesome Blogsite Project

  • [x] Setup Server
    • [x] Install Dependencies
    • [x] cors
    • [x] cookie-parser
    • [x] body-parser
    • [x] passport
    • [x] jwt
    • [x] validator
    • [x] morgan
    • [x] crypto
    • [x] lodash
    • [x] slugify
    • [x] Setup Express App
    • [x] Setup user authentication and blog post routes
  • [x] Model DB
    • [x] UserSchema setup
    • [x] BlogSchema setup
    • [x] Setup Mongoose Model(s)
  • [x] POST /api
    • Create a new users
    • Create a new blogpost
  • [x] GET / logs
    • [x] Listing all blog post
  • [x] Setting up react as a client
    • [x] Install Dependencies
    • [x] query-string
    • [x] isomorphic fetch
    • [x] jsonwebtoken
    • [x] moment
    • [x] reactstrap
    • [x] nprogress
    • [x] react-quill
    • [x] js-cookie
  • [x] Create Form to add a new post.
  • [x] standalone separate profile page for each individual users.

pramit-marattha avatar Sep 23 '20 08:09 pramit-marattha