Giter Site home page Giter Site logo

best-practice's Introduction

Lint and Test

Best Practice

All of the best programming practice exercises

This repository sets out to serve two distinct purposes with separate goals.

  1. It's a web application that gives its users the ability to learn about and co-create a filter for high quality learning content on the internet. This purpose will serve learners and we'll refer to this aspect as The Best Practice App.

  2. It's a model fullstack application Enspiral Dev Academy can use as a standard for the naming, structure and application shape for the EDA challenges and group projects. This purpose will serve EDA teachers and we'll refer to this aspect as The Best Practice Model.

Setup

To get this repo working on your computer, after cloning this repo

cd best-practice
cp server/.env.example server/.env
npm install
npm run db:migrate
npm run db:seed
npm test
npm run dev

The server should be listening at http://localhost:3000.

The Best Practice Model

Intentional decisions

  • Explicit partitioning into client and server

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.