An awesome Blogs website!
View Demo »
This website using tech stack:
-
React JS
-
Tailwind Css
-
Node JS
-
Express JS
-
MongoDB
-
Vite
-
Vercel
Change what was mine into your project.
This is an example of how to list things you need to use the software and how to install them.
-
Node JS
-
Git
-
NPM
-
MongoDB
- Clone the repo
git clone https://github.com/radityaseptian/blog.git
cd blog/frontend- Install NPM packages for frontend
npm install
- Running the program for frontend
npm run dev
- See running programs
http://localhost:5173
cd blog/backend- Install NPM packages for backend
npm install
- Running the program for backend
node --watch index.js
- Backend program running on
http:localhost:3000 - Create your
.envfile for backend, check example in/backend/.env.example
Email: radityaseptian1551@gmail.com
Project Link: https://github.com/radityaseptian/blog