Coder Social home page Coder Social logo

movie-boy's Introduction

Movie-boy

How to use

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your end-to-end tests

npm run test:e2e

Development progress

Front

Vue.js 2

  • my fav js framework and the one i'm most experienced with. It's lightweight and versatile. Provides various improvements-of-life and syntax-sugar, like life-hooks and bindings.

Plugins

  • Vuetify – good looking componnents,
  • Vue Router – multiple pages of the app,
  • Vuex – global state managment,

I decided I'm not going to use Axios since this project is small and won't utilise it's potential, and modern browsers already support behind the scenes HTTP requests.

Database

Firebase

It's going to be a small project so it doesn't require more configurable db. Firebase is hosted for free, works "right from the box". Fast solution for small projects.

Security

Security of this app is non existing. I know that exposing API keys etc. isn't the smartest thing, but I trust you (and for later projects I'll learn more about it and implement it with all caution necessary)

Overal Progress

  • Front
    • Display movie cards
    • Search movies
    • Add movies
    • Login screen
  • HTTP requests
    • POST/GET
    • Load user movies on page mounted
    • OMDb API key obfuscation
    • DB base abfuscation
  • Database
    • sql injection protection
  • Gloabl state management
  • Login authentication
  • Backend
  • Docker
  • Tests

movie-boy's People

Contributors

shandelier avatar

Watchers

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