jonec76 / server-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Server Demo

This project is a simple express server for handling the request from the Android retrofit

  1. git clone this project

  2. Download node.js and make sure your npm does work (After the download is finishing, try npm -v and see whether it shows the version of the npm)

  3. Install the needed package

    npm install
    
  4. Run this server

    npm run start
    

P.S. Highly recommend you to install the nodemon for running and watching the node.js project

About


Languages

Language:JavaScript 89.5%Language:HTML 7.5%Language:CSS 3.0%