Skip to content

nicosticht/client_dashboard

Repository files navigation

Project Title

This is part of a code challenge. It's a basic rails application with the following Models: Company, Employee, PartnerCompany, Contractor and Client

  • Authentication;
  • Simple UI with bootstrap
  • CRUD for all models

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

Clone git repository and run bundle install:

$ git clone git@github.com:nicosticht/client_dashboard.git
$ bundle install

Set up the database:

$ rails db:setup

Run the rails server:

$ rails s

Running the tests

To run the tests execute following statement:

$ bundle exec rake

License

This project is licensed under the MIT License - see the LICENSE.txt file for details

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published