Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ashiqyousuf/fitness


https://github.com/ashiqyousuf/fitness

Last synced: 27 days ago
JSON representation

Awesome Lists containing this project

README

        

## This is a simple application which performs CRUD on Clients stored in json.db file.
## Also a client can have multiple appointments (Datetime fields)
## The best thing about this repository is that everything is custom created from simple Buttons, Inputs, Headings to Modals, Table, Theads, Rows etc.

# Guidelines to run this repo

#### Clone this repo as: git clone https://github.com/ashiqYousuf/fitness.git

#### Cd into the directory as: cd fitness

#### Install dependencies as:- npm install

#### Start the React Server as:- npm run dev

#### Also I'm using Json Server for storing data so run Json server as:- npm run start