The portfolio project to improve my web development skills. Project is focus on Node.js technology which is uses with node in backend site of the web application.
Use the npm packages, however project will not start without .env files.
npm install
npm start
Runs the app on http://localhost:8000 and connect to database (MySQL
).
Result of the working application we can see in the console.
npm run test
Runs API test cases to verify that our request works correctly.
npm run lint
Runs Eslint tests.
Configuration is available in file .eslintrc
.
Feel free to review the code.