Skip to content

Full stack application with user management and authentication for blog app

Notifications You must be signed in to change notification settings

mishrasur7/blog-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live view

https://misty-feather-4274.fly.dev/

Project Setup in brief

  1. Clone Repo
 git clone https://github.com/mishrasur7/blog-list-app-fullstack.git
  1. 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
  1. 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!!!

About

Full stack application with user management and authentication for blog app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published