https://github.com/reeganviljoen/survey-app
This is a survey-app that has the functionality to allow survey designers to design surveys and report on the responses
https://github.com/reeganviljoen/survey-app
authentication boostrap5 database devise postgresql rails ruby scsss survey
Last synced: 2 months ago
JSON representation
This is a survey-app that has the functionality to allow survey designers to design surveys and report on the responses
- Host: GitHub
- URL: https://github.com/reeganviljoen/survey-app
- Owner: reeganviljoen
- Created: 2022-05-07T13:33:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T07:43:49.000Z (about 4 years ago)
- Last Synced: 2025-02-22T10:19:39.908Z (over 1 year ago)
- Topics: authentication, boostrap5, database, devise, postgresql, rails, ruby, scsss, survey
- Language: Ruby
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This is a survey app I built with authetication functionality.
This app can be set up on a `linux` distrabution of your choice or on `Mac OSX`, for more information see how to set up a `Rails 7` project with `devise` and `postgresql`
## Getting started
### Ruby version
`ruby 2.7.2`
### Rails version
`Rails 7.0.2.4`
### Database Configuration
#### 1. Postgresql Version
`postgres12`
#### 2. Database roles and password
Create a role in postgres called `survey_app` with password:`password`
#### 3.Databse creation
Run `rails db:create`/ `bin/rails db:create` to cretae devlopmentt and test databases, then run `rails db:migrate`/`bin/rails db:migrate` to run all migrations
### Installing dependencies
Run `bundle install` to install all neccesary dependencies