GithubHelp home page GithubHelp logo

webapp's Introduction

helloGov

Install dependencies

  • install node and mongo
    $ brew install node mongo
    
  • install packages
    $ npm install
    
  • install sass
    $ sudo gem install sass
    

Config

You only have to do this once.

  • ask in the slack channel for the secrets.js file
  • add the secrets.js file to the conf/ directory
  • ask in the slack channel for the .env file
  • add the .env file to the project root directory
  • generate assets with webpack
    $ npm run build
    

Provision MongoDB

  • Install Docker
  • docker-compose up -d mongo
  • Command starts a mongodb container running in the background, available at localhost
  • Run docker-compose stop to stop mongo container (will continue if not explicitly stopped)

Start app

  • start the database service
    $ docker-compose up -d mongo
    
  • start the application
    $ npm run start-dev
    

Populate the seed data

$ npm run seed

After running the seed task you should be able to log in to the app with username admin and password password.

View app

  • localhost:8080/login

Running the mongo shell

  • run docker ps and copy the CONTAINER ID associated with the docker container running mongo
  • run the shell in the docker container
    docker exec -it CONTAINER mongo
    

webapp's People

Contributors

wcrest avatar dfenestrator avatar rachelcolby11 avatar tjgupta avatar reltre avatar aab29 avatar karenerobinson avatar joshuacano avatar seport avatar sunarts avatar snehajalukar avatar nowfred avatar jgreub avatar tpetersen0308 avatar

Watchers

James Cloos avatar  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.