Giter Site home page Giter Site logo

node-challenge's Introduction

Backend Developer (Node.js) test

Make sure you read the whole document carefully and follow the guidelines in it.

Context

Build a RESTful API that can get, create, update and delete user data from a persistence database

User Model

{
  "id": "xxx",                  // user ID 
  "name": "test",               // user name
  "dob": "",                    // date of birth
  "address": "",                // user address
  "description": "",            // user description
  "createdAt": ""               // user created date
}

Requirements

Functionality

  • Should use MVC architecture
  • The data should be saved in database
  • Provide proper API document (on README)
  • Write good in-code comments.

Tech stack

  • Use Node.js and any framework.
  • Use any DB. NoSQL DB is preferred.

Bonus

  • Write clear documentation on how it's designed and how to run the code.
  • Write good commit messages.
  • Provide proper unit test.
  • Provide a complete user auth (authentication/authorization/etc.) strategy, such as JWT.

What We Care About

Feel free to use any open-source library as you see fit, but remember that we are evaluating your coding skills and problem solving skills.

Here's what you should aim for:

  • Good use of current Node.js & API design best practices.
  • Proper documentation.
  • Extensible code.

node-challenge's People

Contributors

mvpxtech avatar ryanborromeo avatar

Watchers

 avatar

Forkers

codecodemelon

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.