Skip to content

fetchapi/Backend-APP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MERN STACK + TYPESCRIPT + REDUX | BLOG TUTORIAL

MERN Stack Build a blog app using MERN + Typescript + Redux + Bootstrap 5 + ReactQuill + Socket.io + Twilio

  • Register, login with Email or Phone number.
  • Quick login with Google, Facebook, SMS.
  • Forgot password, reset password and register a new account by Email or SMS verification.
  • Update personal information (name, password and avatar)
  • Create new blog with React quill.
  • Comment realtime with Socket.io
  • Pagination, search with autocomplete Mongodb

Author: Dev AT

Install dependencies for server

npm install

Install dependencies for client

cd client ---> npm install

Connect to your mongodb and add info in .env

Run the Express server only

npm run dev

Run the React client only

cd client ---> npm start

Server runs on http://localhost:5000 and client on http://localhost:3000

🔥 Donate

👻👻VietNam:

  • 👉Vietcombank: 0061001044348 (LE TUAN ANH)
  • 👉Momo : 0374481936

Interface

alt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Shell 1.8%