Giter VIP home page Giter VIP logo

project--devjobs's Introduction

Devjobs

devjobs Logo

Description

Devjobs LLC is looking for a full-stack developer to build a prototype application for a job board for posting job ads looking top notch local developers. They want to build the application in Node.js, and use a Postgres database as a persistence layer. They also want their application to expose the company and jobs database data through an API, they want to implement user authentication and permissions for posting data, and they want a React front-end for uploading form data.

Objectives

Node Web Server Basics

  • Use npm as a package manager to download and import packages
  • Set up a web server in node
  • Set up routers + routes in node.
  • Use a view engine to serve .ejs views to users.

Node Data Access + APIs

  • Implement the model-view-controller pattern in a node web application.
  • Configure access to a postgres database (using knex.js)
  • Configure models for querying the database tables (using objection.js)
  • Create seed data to populate a database.
  • Utilize a request client (like Postman) to configure that routes + api is working as expected
Node Authentication
  • Utilize an authentication module in node.js

  • Create a table for users in your database

  • Utilize authentication methods:

    • registering users
    • logging in users
    • logging out users
    • checking for user sessions
React Integration
  • Integrate React components into your fullstack application.
  • Create components that allow a user to fetch, render, and post data through your back-end api

Assignment Structure

The assignment is separated into a series of assignments. You will have only one repository and you will need to create a github branch for each assignment. The assignments are cumulative and when you reach the end you will have completed the engineering of the devjobs web application.

  1. Node Express Server
  2. Server Routers
  3. Views + Static Files
  4. Data Access
  5. Models
  6. Rest APIs
  7. Authentication
  8. React Integration
  9. API Integration

project--devjobs's People

Contributors

tphdev avatar

Watchers

James Cloos avatar Enrique Carral Trevino 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.