I have used React for front end and used Tailwind CSS to design the UI. I have used Node and Express at the back-end.I have implemented JWT token authentication.
Netlify - https://alpha55blogs.netlify.app/
Clone the project
git clone https://github.com/Aarghyadeep/Alpha-Blogs.gitGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run devGo the backend folder
npm install npm run startTo run this project, you will need to add the following environment variables to your .env file
- For client side
VITE_URL - Backend url
VITE_IF - Image folder url
- For Server side
MONGO_URL - Mongodb url
PORT - Your Port
SECRET - Secret key
Client: React, TailwindCSS
Server: Node, Express
Database: Mongodb