Giter Site home page Giter Site logo

aroomi-backend's Introduction

aRoomi

aRoomi is a project build with ruby on rails with a react frontend.

aRoomi is a platform for college students to find a roommate quickly that goes to their school.

This is the repo for aRoomi's backend

To view frontend please visit: https://github.com/theprivatepark/aRoomi-backend/blob/main/README.md

Features

A user can search through a list of colleges and find all of the listings there.
aroomi search



A user can click on a listing and view the listing details as well as see all of the pictures of the room/house.
aroomi listing



A user can post a new listing.
aroomi create a listing



Architecture and models

Models include:

  • The User model
  • College model
  • Listing model
  • Listing Pictures model

Relations:

  • College has many Listings
  • Listing belong to a College
  • Listing has many Listing Pictures
  • Listing has many Users
  • User belongs to a Listing

Technologies

  • Built on ruby '2.6.1'
  • rails (~> 6.0.3, >= 6.0.3.4)
  • uses a postgres database
  • Authentication done with 'bcrypt' ruby gem
  • react-bootstrap for styling

Setup

$ bundle install (to download gems)
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails s (to start server)
$ npm start

aroomi-backend's People

Contributors

adamadolfo avatar theprivatepark avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.