khushi2706 / Blog-App-using-MERN-stack

Blog App build with MERN stack
https://blog-app-using-mern-stack-beta.vercel.app
76 stars 107 forks source link

Login and Sign-up #31

Closed Jaycee-9 closed 3 weeks ago

Jaycee-9 commented 3 weeks ago

Previously user were not able to create new account and login to the application. I have created the new mongoDb database for that and modified the code easy login and sign up.

To check the code create .env file in the root of the server folder and copy these credentials init :-

atlasPassword = p9TckoYrTgA7IBsM atlasUserName = khushi

then run the server and client

npm run dev for server npm start for client

vercel[bot] commented 3 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog-app-using-mern-stack ❌ Failed (Inspect) Jun 6, 2024 6:49am
khushi2706 commented 3 weeks ago

Login signup