LeonardoPinheiroLacerda / NodeJSRestExample

Demo project for basic rest application in node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJSRestExample

Requirements

  • Docker
  • Node
  • Any browser

How to run?

git clone https://github.com/LeonardoPinheiroLacerda/NodeJSRestExample.git
cd NodeJSRestExample
docker-compose up -d
cd api
npm install
sleep 3
node index

After creating your database and run the api you can access the front-end by opening the client/index.html file.

About

Demo project for basic rest application in node.js


Languages

Language:JavaScript 71.8%Language:HTML 27.7%Language:CSS 0.5%