GithubHelp home page GithubHelp logo

RobertMrowiec's Projects

advocacy-maps icon advocacy-maps

The good governance project (GGP) is a non-partisan democracy reform group.

config-astyle icon config-astyle

just a configuration file for Artistic Style Automatic Formatter (http://astyle.sourceforge.net/)

express icon express

Fast, unopinionated, minimalist web framework for node.

formtaskbe icon formtaskbe

This is Back-end side of FormTask, created in Node.js with Express framework and tested by Mocha with Chai

formtaskfe icon formtaskfe

This is Front-end created Form Task in React.JS With material-ui user interface

guides-source icon guides-source

This repository contains the written content for the Ember.js Guides

history icon history

Manage session history with JavaScript

jwtcrudphp icon jwtcrudphp

First time using PHP to create REST API app with JWT auth

lasthomework icon lasthomework

Backend Developer Homework Write an application in [NodeJS] to serve four endpoints described below. Selection of libraries and frameworks is up to you. The source directory must have the file run.sh which let you run the application in systems with Unix or run.bat for Windows. README.md file should contain a brief description of your approach to the assignment. The application doesn't have to save anything persistently, the answers can be permanently placed in the code although each addition is plus. We provide two samples for API requests, designing other two is part of the homework. Solving the homework should take around few hours. Solution of this assignment should be placed in a Bitbucket repository with the history of changes. Bitbucket has a limitation which doesn't allow to grant access to a team. Thus in order to give us access you need to transfer ownership of the repository to the 'evojam-recruitment' team: https://confluence.atlassian.com/bitbucket/change-or-transfer-repository-ownership-289964397.html" Task description The business goal of the task is building a small rest service that allows managing party invitations. In the scope of the task we have: Creation of invitation, which should trigger email notification to invitee Listing invitations Declining/confirming the invitation, both should trigger email notification to invitee Sending of email can be mocked. Note: This is not a complete specification. The task is defined vaguely on purpose so that you can show your skills, approach and attitude. Sample API requests Please remember it’s a potential example, not specification! 1) CREATE INVITATION Request: POST /invitation HTTP/1.1 Content-Type: application/json;charset=utf-8 { "invitee": "John Smith", "email": "[email protected]" } Response: HTTP/1.1 201 Created 2) LIST INVITATIONS Request: GET /invitation HTTP/1.1 Response: HTTP/1.1 200 OK Content-Type: application/json;charset=utf-8 [ { "invitee": "John Smith", "email": "[email protected]" } ] 3) CONFIRM INVITATION Up to you 4) DECLINE INVITATION Up to you

material-ui icon material-ui

React components that implement Google's Material Design.

paybe icon paybe

[OLD] This is backend part of fullstack ReactJS + Nodejs application for manage salaries, client contacts and human resources in company

picker icon picker

Picker is a cross-platform UI component for selecting an item from a list of options.

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.