Code Monkey home page Code Monkey logo

backend-code-challenge's Introduction

Back End Code Challenge

In this Back End Coding Challenge Limbic would like to see your skills and coding habits in a production server environment.

Please don't spend more than about 8 hours on this. We are mostly interested in seeing your coding style and patterns, even if you don't finish everything.

The Challenge

You are tasked with writing an API to create Users and Posts. It should be a Node.js server with the following endpoints:

  • Register a new user to database
  • Create a new post for user in database
  • Return user and his posts

Stack Options:

You can pick from 2 different tech stacks, which are of equal interest to us:

PostgreSQL

  • TypeScript
  • Node.js
  • Apollo GraphQL
  • PostgreSQL (you may use an ORM like Sequelize if you like)
  • Jest / Mocha-Chai

MongoDB

  • TypeScript
  • Node.js
  • Express
  • MongoDB (you may use libs other than the native one if you like)
  • Jest / Mocha-Chai

Requirements:

  • It should be production quality as you understand it, i.e. tests, Docker, README, documentation, etc.

Things we're looking for:

  • TypeScript
  • Project structure
  • Unit tests
  • API design
  • Error handling
  • Dockerize the service

Bonus!

The following tasks are not required, but will give you an extra bonus if you complete them

  • Update user, taking into consideration possible concurrency issues
  • Integration tests

Submitting:

Option A:

  • Fork this repo
  • Issue a Pull Request when you're ready to start. This will count as your starting date
  • Set up your development environment chosen
  • Implement your server
  • Commit changes into the forked repo

Option B:

  • Setup your development environment chosen
  • Implement your server
  • Archive your solution into a zip file
  • Send us the zip file. We should be able to extract the content and run it from there (w/o node_modules)

backend-code-challenge's People

Contributors

eldimious avatar abhazelton 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.