Skip to content

TYLER-JM/stuvv-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stuvv (back-end repo)

This repo serves as the server API for this project.

Requirements

  • Ruby version 2.6.3
  • Rails version 6.0.1
  • PostgreSQL 11.5

Set-Up

  • after cloning the repo be sure to run bundle install to install the dependencies
  • run rails db:migrate to set-up the database
  • (optional) run rails db:seed to already have users and some listings without pictures in it
  • run rails s to start the server

You should be ready to get the front-end up and running now.

Dependencies

  • cloudinary
  • pg (postgres)
  • jbuilder
  • rack-cors
  • bcrypt

This project was bootstrapped with the rails new command in the command line. As such, the following gems come pre-installed:

  • puma
  • bootsnap
  • tzinfo-data

Dev Dependencies

  • byebug
  • factory_bot_rails
  • faker
  • listen
  • spring
  • spring-watcher-listen

Things we may want to cover:

  • Configuration

  • Database creation

  • Database initialization

  • Deployment instructions

About

This is the backend of the project. It is built with Ruby on Rails. You can find the link to the front end of the project in the README file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published