Skip to content

MonRos3/rails-course-manager

Repository files navigation

README.md

Project Details

This is a basic course manager that allows you to edit and add teachers, students, and courses. It is built using Ruby on Rails and podman.

How to run:

1 - Clone the repository:

git clone https://github.com/MonRos3/rails-course-manager.git

2 - cd into rails-course-manager.

3 - enter podman machine start into the terminal.

4 - start rails container in podman. Enter the following into the terminal:

podman run -it -p 3000:3000 -v ${PWD}:/home drsjb80/rails-dev

5 - the terminal prompt should change, indicating you are in the container. Enter the following into terminal to install dependencies:

bundle install

6 - set up the database:

rails db:migrate
rails db:seed

7 - build Tailwind CSS:

rails tailwindcss:build

8 - start the rails server by entering the following into terminal:

rails server -b 0.0.0.0

9 - navigate to http://localhost:3000 to view the React app.

About

This started as a final project for web app development. Now it is for a ruby on rails refresher that I'll sometimes add features to.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors