Giter Club home page Giter Club logo

nashdev-jobs's Introduction

jobs

nashdev slack jobs api

Note: This initial version was written as part of a live stream at NashJS (7/12/17)... so the code is precarious at best. It is not an endorsement of best practices or code cleanliness. Definitely could use a refactor ๐Ÿ˜›

Running Locally

  1. Make sure you have NodeJS, npm, and PostgreSQL installed.

  2. Clone the repository

     git clone [email protected]:egdelwonk/nashdev-jobs.git
    
  3. Install your dependencies

    cd path/to/nashdev-jobs
    yarn install
    
  4. Copy .env.example to .env and fill out the values.

  5. Start the app

    yarn run start:dev
    
  6. Once you see Express server listening on port 3000 in the console, you can View the running app at http://localhost:3000

Running with Docker Locally (recommended)

  1. Install Docker for OSX or Docker for Windows.

  2. Clone the repository

     git clone [email protected]:egdelwonk/nashdev-jobs.git .
    
  3. Copy the .env.example to .env and fill out the values.

  4. Start the app

    cd path/to/nashdev-jobs
    docker-compose build
    docker-compose up
    
  5. Once you see the following in the console, you can view the running app at http://localhost:3000

    api_1  | Express server listening on port 3000
    api_1  | webpack built 9e78255fb1ed68765f63 in 9487ms
    

Testing

Local:

Simply run npm test and all your tests in the test/ directory will be run.

Docker

Simply run docker-compose exec api npm run test and all your tests in the test/ directory will be run.

Changelog

0.0.1

  • Initial release...lots to do.

License

Copyright (c) 2017

Licensed under the MIT license.

nashdev-jobs's People

Contributors

egdelwonk avatar johnhlove avatar wocaldwell avatar coreyar avatar jcreamer898 avatar iamtylerd avatar daynepilgrim avatar

Watchers

James Cloos avatar Bryan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.