Code Monkey home page Code Monkey logo

movie-lister's Introduction

README

Movie Lister

A Rails + React + Heroku App

https://immense-brook-54887.herokuapp.com/

  • Endpoints available from backend:

GET /api/movies/

GET /api/movies/:id

GET /api/people/

GET /api/people/:id

  • Auth Endpoint:

GET /api/sessions/auth

  • Protected Endpoints (Authorization in header):

POST /api/movies/

PUT /api/movies/:id

DELETE /api/movies/:id

POST /api/people/

PUT /api/people/:id

DELETE /api/people/:id

For now there's no proper Authentication (you can use VALID_TOKEN as auth token).

Todo:

  • Fix forms involving collections (right now they do work - you can add and delete from collection via forms - but they aren't reactive. You have to go back and forth after submit to see changes)
  • DRY up React code (reuse components - I was in a hurry so there are a LOT of things to improve)
  • ESLint (again, I was in a hurry :( )
  • Account Auth (using jwt or oauth2 between front and back end)

Libs and Frameworks used:

  • Rails v5.2.1
  • PostgreSQL
  • Rspec for tests along with Factorybot, Faker and Database Cleaner

Frontend:

  • React v16.7.0
  • Axios
  • React-Router-Dom
  • Semantic-Ui-React
  • Node v10.8
  • Yarn v1.13

movie-lister's People

Contributors

gchapim 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.