Skip to content

hr-xmen/hr-xmen

Repository files navigation

Photo Hungry

A photo-first approach to figuring out what to eat.

Team

  • Alexi Taylor
  • Gregory Coffeng
  • Jason Yu
  • Tariq West

Table of Contents

  1. Stack
  2. Development
  3. Roadmap
  4. Contributing

Stack

General

  • Node
  • Express
  • Mongo / Mongoose
  • React / Flux

Dev Tools

  • Bundler: Webpack
  • Testing: Mocha, Chai
  • Linting: eslint, Airbnb configuration

Development

Clone Repo

git clone https://github.com/hr-xmen/hr-xmen

Install Dependencies

npm install

Build Development Environment

npm run build-dev

Start the database

npm run dev-database

Start development server

npm run dev-server

Testing

Run test once

npm run test

Test watch

npm run test:watch

Linting

For linting we use Eslint with Airbnb Eslint configuration

npm run lint

Production

Build for production

npm run build-prod

Start production server

npm run prod-server

Roadmap

See project roadmap

Contributing

See CONTRIBUTING.md for contribution guidelines.

License

See MIT License

Happy Coding!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •