insignia4u / incorporacion

Super cool app for recruitment.
0 stars 0 forks source link

Incorporacion

Dependencies

Quick start

If you satisfy all the dependencies you can clone the repository via git:

$ git clone git@github.com:insignia4u/incorporacion.git

And then go to your project folder and run:

$ bundle install

You also have to set up all environment variables and config your database settings, you can do it creating the following files (we have created sample files inside config folder as an example) :

incorporacion/
└── config/
    ├── application.yml   -> Environment variables here
    └── database.yml      -> Database Configuration here

Now you can start the server with rails in any port that you like; for instance, port 3000 :

$ rails -p 3000

Install Dependencies

Coding Style

Testing

We are using Capybara and Rspec for tests, both works out of the box once you run the bundle command. There is only one thing to consider: test files are under the spec/ directory