/express-book-api

build a simple API with nodejs, express, and consume with Vanilla JavaScript

Primary LanguageJavaScript

RaksyeBook

clone this repository

run server

cd server/ 
node index.js

server running on http://localhost:3000

run app

cd app

run with your server ^_^