https://misty-feather-4274.fly.dev/
- Clone Repo
git clone https://github.com/mishrasur7/blog-list-app-fullstack.git
-
Navigate and install dependencies in the project
Split the terminal, navigate and install dependencies
cd blog-list-app-fullstack
cd client
then run: npm install
cd server
then run: npm install
- Start developing project
Run server with cmd: npm run dev
Run client with cmd: npm run start
Your site is now running at http://localhost:3000
If you want to test the application please register and login with your user credentials!
Enjoy!!!