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
MostUsedWords requires Node.js v4+ to run.
npm install
#Database setup
execute script.sql to up database
#Start server development
npm test
#Start server production
npm start
Want to contribute? Great!
MIT