GithubHelp home page GithubHelp logo

happy-server's Introduction

Happy

Connect people to orphanages and bring good news to the childrens


πŸ“• About

Happy is a web and mobile application to people can find nearest orphanages and make a visit to bring good news. Application structure was made in Next Level Week event distributed by RocketSeat.

πŸ›£ Routes

Server side of the Happy application using MVC architecture containing the following routes:

  • POST /orphanages: Must receive name, latitude, longitude, about, instructions, opening_hours,open_on_weekends and images inside request body, Example:
{
  "name": "Orfanato das mocinhas",
  "latitude": "-23.7664971",
  "longitude":"-53.291757",
  "about":"Novo orfanato",
  "instructions": "Venha visitar",
  "opening_hours": "Das 8h atΓ© 18h",
  "open_on_weekends": "true",
  "images": "orafanato-image.jpg",
}
  • GET /orphanages: Return all orphanages in array.

  • GET /orphanages/:id: Return orphanage of request params.

πŸ’» Installation & play

$ npm install
$ npm dev

⚑ Techs

  • Node.js - evented I/O for the backend
  • Express - fast node.js network app framework
  • Typescript - typed superset of JavaScript that compiles to plain JavaScript.
  • TypeORM - an ORM that can run in Nodej, browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript

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.