Coder Social home page Coder Social logo

comida's Introduction

Comida - App to order food for a bunch of people inside offices

Backend: Express - Strong Loop - MongoDb

Frontend: Angular - Angular Material Design

Project set-up:

Before installing, make sure you have recent versions of Git, Vagrant and VirtualBox installed on your development machine.

Then, simply clone the repository:

git clone [email protected]:romulobr/comida.git

And create a Vagrant machine from the root of the project:

cd comida
vagrant up

This will download and install all the required dependencies, and set up the database for you. To make sure everything worked well, try running the application:

./gulp serve

Remember to use the ./gulp wrapper script (not a version of Gulp you might have globally installed on your system) if you'd like to keep all the running code inside the Vagrant machine. This way, you don't have to install anything else locally.

By default, the application is exposed on port 3001. You should be able to visit http://localhost:3001/index and see an empty instance.

The MongoDB instance is also visible to your machine on port 27018.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

This project rocks and uses the MIT LICENSE.

comida's People

Contributors

romulobr avatar fwitzke avatar celosama avatar

Watchers

Albo Vieira 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.