Git Product home page Git Product logo

microserviceme's Introduction

Building a Microservice(s) with Node(es5), Docker and Nginx

Tested with Mocha & Chai

Missing features(To-do) :

  1. some extra input validation & sanitization (use joi)
  2. remove repeated code blocks -> refactor into Mediator design pattern

How to Run

X-In the Root Directory(first time only):
sudo docker-compose build

1-To run the api -> sudo docker-compose up
2-To run mocha tests -> sudo docker-compose -f docker-compose-test.yml up

Notes

1.The project is coded strictly using callbacks

API Routes & their params

all of the requests are ->POST
send the body as of the req as 'application/x-www-form-urlencoded'

1.localhost:8080/api/v1/createcompany
.displayName

2.localhost:8080/api/v1/updatecompany
.displayName
.toUpdateName

3.localhost:8080/api/v1/company/createworkspace
.companyName
.workSpaceName

4.localhost:8080/api/v1/company/updateworkspace
.companyName
.workSpaceName
.toUpdateName

5.localhost:8080/api/v1/company/workspace/addUser
.companyName
.workSpaceName
.email
.role : has to be {admin OR basic}

6.localhost:8080/api/v1/company/workspace/removeUser
.companyName
.workSpaceName
.email:

microserviceme's People

Contributors

khatibb 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.