Skip to content

Session Training Code for [Express + Node.JS + Socket.io + React JS + Redis]

Notifications You must be signed in to change notification settings

OsamaAlmaani/training-node-todoapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Training Session Code (ToDo App)


Installation instruction

  • Pull the project
  • Install npm dependencies for both projects
    • server-side
    • to-do-app
  • Run both projects

Perquisites

  • Node
  • Redis => written code will connect to localhost:6379

Steps:

Pull the project

git clone https://user_id@bitbucket.org/gcediv/training-node-todoapp.git

Install dependencies and run the projects

Server project (default port 4000) CD \training-node-todoapp\server-side npm install node index

Client project (React) (default port 3000) CD \training-node-todoapp\server-side npm install npm start

About

Session Training Code for [Express + Node.JS + Socket.io + React JS + Redis]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published