Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashiqyousuf/fitness
https://github.com/ashiqyousuf/fitness
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ashiqyousuf/fitness
- Owner: ashiqYousuf
- Created: 2023-12-09T09:15:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-09T09:23:16.000Z (about 1 year ago)
- Last Synced: 2023-12-09T10:26:20.757Z (about 1 year ago)
- Language: JavaScript
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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