Skip to content

adynsydeez/break-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Customer Experience Team Break Tracker

This is a Next.js application created for the purpose of tracking and organising the break times of customer experience representatives rostered on a certain day.

Instructions for Testing Locally

  1. Install Git and Node.js

  2. Clone this repository into your desired file location:

    git clone https://github.com/adynsydeez/break-tracker
  3. Enter the folder:

    cd break-tracker
  4. Install dependencies:

    Frontend:

    cd frontend
    npm install

    Backend:

    cd backend
    npm install

    To return to break-tracker directory

    cd ..
  5. Run the frontend and backend servers (you’ll need two terminal windows or tabs):

    Frontend:

    cd frontend
    npm run dev

    Backend:

    cd backend
    node server.js
  6. Open your browser and go to:

    http://localhost:3000
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors