Git Product home page Git Product logo

favorite-things's Introduction

BriteCore Engineering Application

Steps Taken to auto lint my code

Python :

  • I installed Python extension for visual studio code.
  • Then installed Linter extension.
  • Then installed Pep8 extension and made it the default configuration for linter.
  • In my custom settings JSON file, i set the key editor.formatOnSave to True.

JavaScript :

  • I used Vue CLI 3 to create the project.
  • I manually selected features.
  • I choose Linter / Formatter.
  • For Linter i choose Prettier.
  • I selected the configuration file should be placed inside my package.json.
  • I added the following code to my package.json file :
    "prettier": {
    "tabwidth": 4,
    "singleQuote": true
  }
  • Then i run npm run lint.

Approach

My approach was basic. I hand coded the functionalities that were unique to this project and made use of third party packages for requirements that weren't unique (CORS & Audit Log).

In the project i started with the backend (Django & PostgreSql) and then went ahead to implement the frontend using VueJS.

Deployment Method

For my deployment, i made use of 2 Digital Ocean droplets; one for the backend (Django & PostgreSql) and another for the frontend of the app (VueJS). Both droplets are linux based (Ubuntu 18.0.4)

The frontend app connects to the backend and pulls all the resources it needs from the backend.

favorite-things's People

Contributors

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