KarineLiuti / books-store

A Node.js application for a books store developed on Alura's course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Books Store

This is an service using Node JS to Books Store developed on Alura Course Platform. My goal here is to learn more about this technology.

Clone

git clone https://github.com/KarineLiuti/books-store-casa-do-codigo.git

Run

Install Nodemon Globally

npm install -g nodemon

Install dependencies

npm install

Run project

npm start

Books

List

http://localhost:3000/books

Register

http://localhost:3000/books/register

About

A Node.js application for a books store developed on Alura's course.


Languages

Language:JavaScript 83.3%Language:HTML 16.7%