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

https://github.com/bradgarropy/weighter

Web application to track your weight over time!
https://github.com/bradgarropy/weighter

dotenv express expressjs html javascript mongodb mongoose node nodejs nodemailer passport passport-local passportjs pug rest rest-api web-app web-application web-server

Last synced: 2 months ago
JSON representation

Web application to track your weight over time!

Awesome Lists containing this project

README

          

# Weighter

[![Build Status](https://travis-ci.org/bradgarropy/weighter.svg)](https://travis-ci.org/bradgarropy/weighter)
[![NSP Status](https://nodesecurity.io/orgs/brad-garropy/projects/0415281c-be83-4517-885f-caffaba98b32/badge)](https://nodesecurity.io/orgs/brad-garropy/projects/0415281c-be83-4517-885f-caffaba98b32)

Using my [NWA Template](https://github.com/bradgarropy/nwa) as a starting point, I created this server side web application where users can track their weight over time.

See the project here:
https://weighter-production.herokuapp.com/

## Usage

If you would like to build and run this site locally, follow the instructions below.

First, clone the repository.

```
git clone https://github.com/bradgarropy/weighter.git
```

Next, install the dependencies.

```
npm install
```

Then, start the web server.

```
npm start
```

Finally, navigate to the site.

```
localhost:3000
```