You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cors: to avoid cross origin error between react and node server
dotenv: to secure app
nodemon: to start node server in watch mode
About
A blog-website with CRUD operations and user authentication. – Users can Create, Update, Delete, Read posts. – Users can login/register using email-password. – Technology Used: Reactjs, MongoDB, ExpressJs, NodeJs, Material-UI.