Skip to content

Aarghyadeep/Alpha-Blogs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alpha Blogs - a full-stack blog web app

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.

Demo

Netlify - https://alpha55blogs.netlify.app/

Run Locally

Clone the project

  git clone https://github.com/Aarghyadeep/Alpha-Blogs.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run dev

Go the backend folder

  npm install
  npm run start

Environment Variables

To 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

Tech Stack

Client: React, TailwindCSS

Server: Node, Express

Database: Mongodb

🔗 Links

linkedin

About

Blog web app using MERN stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages