Skip to content

This project demonstrates associations and what the user can do with those associations. The user is able to create courses and group/ungroup them with projects.

Notifications You must be signed in to change notification settings

uzairali19/projects-log

Repository files navigation

Project Log Application For Rails

This project is designed to log the hours spent on different projects on a group course. The user has an option of creating new courses, naming projects and writing the number of hours on the particular project. The app will include things like accumulating total hours spent on a project and total hours spent on a course.

Built With

  • Ruby v3.0.0
  • Ruby on Rails v6.1.4.1

Live Demo

Heroku

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Ruby: 3.0.0
  • Rails: 6.1.4.1
  • Postgres: >=13.3

Setup

Install gems with:

bundle install

Setup database with:

   rails db:create
   rails db:migrate

Github Actions

To make sure the linters' checks using Github Actions work properly, you should follow the next steps:

  1. On your recently forked repo, enable the GitHub Actions in the Actions tab.
  2. Create the feature/branch and push.
  3. Start working on your milestone as usual.
  4. Open a PR from the feature/branch when your work is done.

Usage

Start server with:

    rails server

Open http:https://localhost:3000/ in your browser.

Run tests

    rails spec

Tests will be added by Microverse students. There are no tests for initial features in order to make sure that students write all tests from scratch.

Authors

👤 Uzair Ali

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed. Please contact issues link for contributions.

About

This project demonstrates associations and what the user can do with those associations. The user is able to create courses and group/ungroup them with projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages