Skip to content

Activity tracker application used to keep track of my dog’s actions throughout the day

Notifications You must be signed in to change notification settings

jeffreyrampineda/pongo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pogno

Activity tracker application used to keep track of my dog’s actions throughout the day

Installation

# Installs server and client dependencies then builds the client
# for production to the `client/build` folder
$ npm install

Development

Create .env file with the following:

  • MONGODB_URI_development=your_uri_string
# starts client development server
# starts and monitor for any changes in the backend server
$ npm run dev

Production

Set the following environment variables:

  • MONGODB_URI_development=your_uri_string
# Installs server and client dependencies then builds the client
# for production to the `client/build` folder
$ npm install

# Starts the server to serve both api and html
$ npm start

About

Activity tracker application used to keep track of my dog’s actions throughout the day

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published