Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakazzy/exercise-tracker
https://github.com/jakazzy/exercise-tracker
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakazzy/exercise-tracker
- Owner: jakazzy
- Created: 2019-09-02T22:04:58.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T13:37:31.000Z (almost 2 years ago)
- Last Synced: 2024-10-20T07:30:01.326Z (19 days ago)
- Language: JavaScript
- Size: 786 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Exercise Tracker
This is an exercise tracker app built with inspiration from a same project by Freecodecamp. It tracks users exercise journey goals and completion.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
npm and Nodejs
```
Give examples
```### Installing
A step by step series of examples that tell you how to get a development env running
Install the dependencies and dev dependencies
```
npm install
```make a copy of the .env.sample and rename as .env
```
cp .env.sample .env
```In the .env file created provide it with the data required.
```
MY_SECRET= your secret key for jwt
DB_USERNAME=Your database username
DB_PASSWORD=your database password
DB_PGDATABASE= your Database name
DB_PORT=5432
DB_HOST=host
```## Deployment
Add additional notes about how to deploy this on a live system
## Built With
* [Expressjs](https://expressjs.com/) - The web framework used
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details