job board connecting the best jobs with top talent.
Home Page:
Show Page:
Add Job:
Filter by job type:
Ruby 2.7.5
Rails 5.2.7
- Clon the project to your machine using the command:
git clone [email protected]:smaily1/joboard.git
- Change the directory to the project by typing
joboard
than install the gems by typing :
bundle install
- Migration step and creating tabels in your database :
rails db:migrate
- Finally run the server by typing the command :
rails server
you will find your app working at http://localhost:3000
This is a sample MVP of the application, so it will look with only basic features without luxuries, I am currently trying to master UI design in order to make my applications look nicer.
Any other suggestions I would be happy to add to the application. Thank you.