Skip to content

Opaismoe/codaisseurup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodaisseurUp

Website i made during the 9 weeks course of Codaisseur. The assignment was to make an Meetup clone with forms, and image upload.

Steps

These are the steps I followed when working on this app:

  1. Setting up project
  2. Adding Bootstrap, jquery, devise, rspec,
  3. Setting up the database
  4. Setting up the models, and controllers.
  5. Adding views
  6. Add Cloudinary, carrierwave

Database Structure

  1. Categories
  • title:string
  1. Events
  • title:string
  • description:text
  • location:string
  • price:decimal
  • capacity:integer
  • includes_food:boolean
  • includes_drinks:boolean
  • active:boolean
  • starts_at:datetime
  • ends_at:datetime
  1. Photos
  • event_id:bigint
  • image:string
  1. Profiles
  • first_name:string
  • last_name:string
  • bio:text
  1. Registations
  • user_id:bigint
  • event_id:bigint
  • status:boolean
  • guest_count:integer

Running Locally

Make sure you have Ruby and Bundler installed.

git clone [email protected]:Opaismoe/codaisseurup.git
cd Codaisseurup
bundle install
rails db:create db:migrate db:seed
rails server

Related documentation

For more information about using CarrierWave and Cloudinary, see these links:

About

codaisseur's version of meetup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published