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!
- Host: GitHub
- URL: https://github.com/bradgarropy/weighter
- Owner: bradgarropy
- Created: 2017-08-03T02:13:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-27T01:49:00.000Z (about 8 years ago)
- Last Synced: 2025-10-12T14:44:39.842Z (8 months ago)
- Topics: dotenv, express, expressjs, html, javascript, mongodb, mongoose, node, nodejs, nodemailer, passport, passport-local, passportjs, pug, rest, rest-api, web-app, web-application, web-server
- Language: JavaScript
- Homepage: https://weighter-production.herokuapp.com/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weighter
[](https://travis-ci.org/bradgarropy/weighter)
[](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
```