Coder Social home page Coder Social logo

juanpernu / hechalaley Goto Github PK

View Code? Open in Web Editor NEW

This project forked from democraciaenred/hechalaley

0.0 1.0 0.0 10.22 MB

An open-source bill tracking utility for Congresses

Home Page: https://hechalaley.org

License: GNU General Public License v3.0

JavaScript 92.08% CSS 7.68% Dockerfile 0.23%

hechalaley's Introduction

Hecha la Ley

An open-source bill tracking utility for Congresses.

Usage

Before starting, make sure you have Node 8.x installed and MongoDB >=3.x running.

  1. Only the first time, run the bash command: bin/ensure-indexes. To make sure to create the indexes on your MongoDB.

  2. Run the server: npm start

Development

During development you can use npm run dev to run the server and auto-reload on any file-change.

Docker Compose on Development

If you have Docker installed, this repo contains the file docker-compose.yml prepared and configured to run a complete development server with one simple command:

On the root of the project, just run docker-compose up and it will start a complete server development with MongoDB and email services. It will also listen for changes on your local files and update them accordingly:

docker-compose up

If you want to close the server simply press CTRL+C, and run the following command to make sure that everything is stopped:

docker-compose down

If you change any dependency on the package.json you have to stop docker-compose with the previous command, and then start it again but instructing it to rebuild the containers:

docker-compose up --build

If for any chance, the previous command didn't work, you can also send the currently running container custom commands, in this case an npm install to make sure all the dependencies are updated:

docker-compose exec app npm install

License

hechalaley's People

Contributors

mjlescano avatar jotadepicas avatar juanpernuml avatar juanpernu avatar sabriidelpoy avatar gvilarino avatar sachalifs avatar

Watchers

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