wandersonsousa / Rest-Api-Node

:beginner: Simple RestApi example in node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest Api Example in Nodejs

Project developed for the purpose of learning Noden and RestApi developmente, made in a practical course on youtube đź’» .

  • finds the most common words in a caption

Installation

MostUsedWords requires Node.js v4+ to run.

Project setup

npm install

#Database setup

execute script.sql to up database

#Start server development

npm test

#Start server production

npm start

Customize configuration

See Configuration Reference.

Development

Want to contribute? Great!

License

MIT

About

:beginner: Simple RestApi example in node


Languages

Language:JavaScript 94.5%Language:TSQL 5.5%