Giter Site home page Giter Site logo

laptop-station-backend's Introduction


Laptop Station Backend

๐Ÿ“— Table of Contents

๐Ÿ“– Laptop Station Backend

Laptop Station Backend holds the BackEnd development source rails api of the Laptop Station app which is a "Book an Appointment" type app.

๐Ÿ›  Built With

Tech Stack

Client
Server
Database
Entity Relationship Diagram (ERD)

  • ERB Diagram

Key Features

  • [Devise authentication to access Reservations]
  • [JWT Authorization upon login and register]
  • [Rspec Unit testing]

(back to top)

๐Ÿš€ Live Demo

(back to top)

๐Ÿš€ Link to Frontend

(back to top)

๐Ÿ’ป Getting Started

To get a local copy up and running, follow these steps.

Prerequisites

In order to run this project you need:

In order to work on this project, you need to have the following dependencies installed:

Setup

  • Clone the projects
  • In the backend. Create a file called .env in your root directory with the following content:
  DB_USERNAME = postgres
  DB_HOST = localhost
  DB_PASSWORD = HERE-GOES-YOUR-PG-ADMIN-PASSWORD
  DB_PORT = 5432
  
  SECRET_KEY_BASE = fc5fba45f7f2d5de9fcfee8a6b35bdfeaf296661c69d05ed73a71347c447e5d46c2785d581c5f241fee3467a9b73ca784d085727abfe68d9a81b5b9441f08cf9
  • The file database.yml is already configured to use those variables, you could check in Linux terminal the postgres databases using sudo -i -u postgres then psql.

Install

Install this project with:

  cd my-project
  bundle install
  rails db:create
  rails db:migrate
  rails db:seed

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  rspec
  rake rswag

Deployment

You can deploy this project in the browser opening the page:

  localhost:3001

(back to top)

๐Ÿ‘ฅ Authors

Mention all of the collaborators of this project.

Josue Josuรฉ Benavides

Marco Marco Oquendo

Marcos Marcos Gualtero Lourenzo

Mauricio Mauricio Mendoza

(back to top)

๐Ÿ”ญ Future Features

Describe 1 - 3 features you will add to the project.

  • [Confirmation after sign up]
  • [Deploy using Render]
  • [Admin Access]

(back to top)

๐Ÿค Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

โญ๏ธ Show your support

If you like this project please give us a Star

(back to top)

๐Ÿ™ Acknowledgments

I would like to thank:

(back to top)

๐Ÿ“ License

This project is MIT licensed.

(back to top)

laptop-station-backend's People

Contributors

marcooquendoc avatar goruchie avatar jdbs9514 avatar rbreva avatar

Watchers

 avatar

Forkers

jdbs9514

laptop-station-backend's Issues

[2pt] - Data cleanup

  • Update the image links for each laptop in the seed file.
  • Check that each image link works correctly.

[2pt] Add controllers

  • Update Users controller
  • Update Reservations controller
  • Update Laptops controller
  • Update routes

[2pt] Add Models

  • Generate Laptop Model
  • Add associations/relationships
  • Add Validations

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.