Skip to content

kmaitski/Crawlr

 
 

Repository files navigation

Crawlr

Find/Create bar crawls near you or anywhere!

Questions?

Contact us in slack!

Team

  • Product Owner : Sam Donner
  • Scrum Master : Ryan Morrow
  • Development Team Members : Kevin Doddy, Kevin Maitski

Requirements

MongoDB server
node

Development

Specifics in package.json

Installing Dependencies

run mongoDB server

From within the root directory:

node ./server/db/seed.js  
npm install  
npm start  

Development info:

Localhost port = 1337  
Mongo database = crawlr  
Passport configs in config directory  
[npm run test] -> Testing with mocha(test directory) and circleci(.circleci directory)  
[npm run client-watch] for constant webpack compiling  
index.jsx -> main component  

Contributing

Be the first!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.6%
  • Other 1.4%