Skip to content

idanshoshana/live-users-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 

Repository files navigation

Live Users Dashboard

Tech Stack

This project is built with React, Express and MongoDB.

Installation

  1. Clone this repo

    git clone https://github.com/idanshoshana/live-users-dashboard.git
    
  2. Enter to the repo folder

    cd live-users-dashboard
    
  3. Start the server application

    • Enter the server folder

      cd server
      
    • Install the project dependencies

      npm install
      
    • Change the environment variables locally

    • Start an application

      npm start
      
  4. Start the client application

    • Enter the client folder

      cd client
      
    • Install the project dependencies

      npm install
      
    • Change the environment variables locally

    • Start an application

      npm start
      
  5. Go to http://localhost:3000 and have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages