https://github.com/elijahscriptdev/university_tech_app
This is a project built with Ruby on Rails where upcoming developers can login to enroll for software development courses.
https://github.com/elijahscriptdev/university_tech_app
Last synced: 9 months ago
JSON representation
This is a project built with Ruby on Rails where upcoming developers can login to enroll for software development courses.
- Host: GitHub
- URL: https://github.com/elijahscriptdev/university_tech_app
- Owner: Elijahscriptdev
- Created: 2020-03-15T19:06:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T17:55:05.000Z (over 3 years ago)
- Last Synced: 2025-01-03T16:16:13.445Z (over 1 year ago)
- Language: Ruby
- Homepage: https://schoolonlinenow.herokuapp.com/
- Size: 96.7 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: TechClub
This is a project built with Ruby on Rails where upcoming developers can login to enroll for software development courses.
## Built With
- Ruby v2.7.0
- Ruby on Rails v5.2.4
## Technologies
- HTML
- CSS
- Ruby
- Ruby On Rails
- SASS
- Materialise
## Screenshots


## Deployment to heroku
[Live link](https://schoolonlinenow.herokuapp.com/)
## Prerequisites
- Ruby: 2.7.0
- Rails: 6.0.2.1
## Functionalities
- Signup
- Login
- View courses
- Preview view courses information
- Enroll for courses
- Signout
## Setup
```sh
$ git clone https://github.com/Elijahscriptdev/University_tech_app.git
```
Navigate to the extracted folder
```sh
$ cd University_tech_app
```
Install the gems
```sh
$ bundle install
```
Run the migrations
```sh
$ rails db:migrate
````
### Usage
Start server with:
```sh
rails server
```
Open `http://localhost:3000/` in your browser.
### Run tests
```
rpsec
```
## Author
👤 **Elijah Obominuru**
[Github](https://github.com/Elijahscriptdev) | [Twitter](https://twitter.com/ElijahObominuru) | [LinkedIn](https://www.linkedin.com/in/elijah-obominuru-0b730b143/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is licensed under MIT license - see [LICENSE](/LICENSE) for more details.