Skip to content

cfaqiri/payroll-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project serves as a front-end for my payroll REST API. See payrollchallenge for more details.

Features

  • Users may sign in or sign up via a POST request to the backend API's '/login' or '/register' endpoints
  • Users can upload a form containing timekeeping records via a POST request to the '/upload' endpoint
  • Users can fetch all of their payroll data via a GET request to the backend's '/retrieve/' endpoint

Prerequisites

You should have the backend installed and running on your local computer. Visit the link in the instructions to download the source code.

Installation

  1. Clone the repository
git clone https://github.com/cfaqiri/payroll-frontend.git
  1. Install the dependencies
npm install
  1. Run the development surver
npm start
  1. Ensure that the backend API has been properly installed and the development server is running.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published