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.
- Rails 5
- Ruby 2.3
- Postgresql
- Bootstrap
- Slim
- Rspec for test
- Hound CI
- Code Climate
- Heroku
- Circle CI
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.
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