GithubHelp home page GithubHelp logo

checkpoint-express-sequelize-b-2's Introduction

Checkpoint - Express and Sequelize

Firstly, don't stress out that we will be using this test to judge you in any way except to understand how we can better help you.

Also, we ask that you don't help each other or cheat. Feel free to use any online resource but don't copy/paste answers to each other or if you find something similar online.

Introduction Video (Watch This First)

Express-Sequelize: Getting Started

Resources

The following resources are allowed:

  • Any notes you've taken so far.
  • Any code you have in your previous projects.
  • learn.fullstackacademy.com.
  • All the slide decks that we've used in class.

Things we're testing

  • Express app architecture
  • Express routing
  • Sequelize model configuration

Starting

  1. Fork this repository to your own Github user account.
  2. Clone this to your local machine.
  3. npm install
  4. Create checkpoint-express-sequelize database (need this only for the Sequelize portion of the checkpoint)
  5. Test code (see below)

To run all the tests, run npm test. To run only specific test suites, you can optionally run the following:

npm run express-test
npm run sequelize-test

To only run a specific describe or it, you can chain .only:

it.only('does something', testFunc);

Specs

Please make sure you complete specs located in the following files. Additionally, make sure to change an xit to an it to change any given spec from pending to active:

tests/express-test/model_test.js

tests/express-test/route_test.js

tests/sequelize-test/model_test.js

You should work on the Express tests before moving onto the Sequelize tests. Specifically for the Express tests, you will need to complete tests/express-test/model_test.js before moving onto tests/express-test/route_test.js. Otherwise, the tests will not work. If you get stuck on a spec, you may skip it and come back to it later. However, the tests MAY depend on each other.

You will only be working in the following files:

Express:

models/express-models/todos.js

routes/index.js

app.js

Sequelize:

models/sequelize-models/index.js

Submitting

As you complete each answer (or make an update), please commit the changes to the git repository (git commit often as you make progress on the tests). To submit your answers:

  1. Keep all specs active.
  2. Push your repository back to your own personal fork.
  3. Before the deadline, git commit -m 'submission for deadline'
  4. git push

checkpoint-express-sequelize-b-2's People

Contributors

fterdal avatar mmac1020 avatar pdpatel2 avatar addislw 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.