/Internship-app

This is a voluntary project which are collecting internship information from FTMK students who are currently undergo internship now. The informations collected can be stored in database which can be highly utilize for our FTMK juniors. Sharing what we been through, can help junior have a greater time when picking their favor company and follow what they like.

Primary LanguageRubyMIT LicenseMIT

Internship-app

This is a voluntary project which are collecting internship information from FTMK students who are currently undergo internship now. The informations collected can be stored in database which can be highly utilize for our FTMK juniors. Sharing what we been through, can help junior have a greater time when picking their favor company and follow what they like.

  1. Rails 5
  2. Ruby 2.3
  3. Postgresql
  4. Bootstrap
  5. Slim
  6. Rspec for test
  7. Hound CI
  8. Code Climate
  9. Heroku
  10. Circle CI

License

All source code in this internship app is available jointly under the MIT License and the Beerware License. See LICENSE.md for details. Everyone can contirbute or share it.

Getting started

To get started with the app, clone the repo and

$ git clone https://github.com/jiajing1993/Internship-app.git

then install the needed gems:

$ bundle install

Next, migrate the database (update it soon):

$ rails db:create
$ rails db:migrate

Finally, run the test suite to verify that everything is working correctly:

$ rspec

If the test suite passes, you'll be ready to run the app in a local server:

$ rails s