Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jakazzy/exercise-tracker


https://github.com/jakazzy/exercise-tracker

Last synced: 17 days ago
JSON representation

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