v2-blog-verse
Simple blogging web app
Run the Application
Server-Side
make sure you are in the root
directory.
Create a .env
file and set up like below image and go to this link if you cant generate gmail app password for third party usage.
LinK: https://www.youtube.com/watch?v=7UkAcIFrlGo&ab_channel=PCGUIDE4U
then run this command in terminalnpm install or npm i
Client-Side
make sure you are in the root/client
directory.
npm install or npm i
Usage
npm run dev
Contributing
Frontend
- React
- Antd
- Axios
- Tailwind Css
- React Router Dom v6
Backend
- Node Js
- Express Js
- MongoDB
- Mongoose
- JSON Web Token
- Bcrypt Js
Please make sure to update tests as appropriate.
Thank you