Giter Site home page Giter Site logo

coding-exercise-backend's Introduction

coding-exercise-backend

A node server with a set of RESTful services using entirely TypeScript language.

Features

  • TypeScript language
  • Express + TypeScript plugin
  • Experimental TypeScript decorators.
  • TypeScript decorators for RESTful services

Running Server locally

Prerequisites

First, ensure you have the following installed:

  1. Node - Download and Install latest version of Node: NodeJS
  2. Git - Download and Install Git
  3. MongoDB - npm install mongodb
  4. Cors - npm i cors --save-dev @types/cors
  5. Express - npm i express

After that, use Git bash to run all commands if you are on Windows platform.

Clone repository

In order to start the project use:

$ git clone https://github.com/flowersmiling/coding-exercise-backend.git
$ cd coding-exercise-backend

Install dependencies

You'll need to download some node modules defined into package.json file.

npm install

Build the app

Run the following command

npm build

This will generate a dist directory(JavaScript output files).

Run the app

npm start

Now open your browser here: http://localhost:3000/

You'll have available the following RESTful services:

GET http://localhost:3000/tasks/doing
GET http://localhost:3000/tasks/done
POST http://localhost:3000/tasks
PUT http://localhost:3000/tasks/:id
DELETE http://localhost:3000/tasks

If you want to change the port, please update index.ts file.

License

MIT

coding-exercise-backend's People

Contributors

flowersmiling avatar

Watchers

 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.