Inspired by my previous christmasList project.
My family needed a way to share christmas lists with each other so I made this:
a simple SPA for posting and viewing wishlists.
Currently deployed via AWS
- react
- react-router
- express
- pg
- webpack
- bcrypt
Todo:
- modularize SCSS
- improve user model - serves needs currently but needs expansion for future features
- more testing
- Travis CI
- general refactoring
First install dependencies:
npm install
To create a production build:
npm run build
npm start
npm run dev
PG_URI
SITE_LOGIN_PASSWORD
JWT_PRIVATE_KEY
RECAPTCHA_SECRET
NODE_ENV (set to blank)
PORT