Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 666 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 666 Bytes

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