diogojorgebasso / stockchecer

Made with ❤️ Freecode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Made with ❤️ Freecode and 🔥 Replit. Demo available here [if replit is online]

Stacks involved:

  • MongoDb
  • NodeJs
  • Mocha tests
  • Express
  • Helmet for enhancing the security of Express

Project Structure

├── assertion-analyser.js
├── models
│   └── dbschema.js
├── package.json
├── package-lock.json
├── public
│   └── style.css
├── README.md
├── routes
│   ├── api.js
│   └── fcctesting.js
├── server.js
├── test-runner.js
├── tests
│   └── 2_functional-tests.js
└── views
    └── index.html

Conclusion

This is the first part project in order to obtain the certificate "Informational Security with +200hours", thus, let's move to the next project

About

Made with ❤️ Freecode.

License:MIT License


Languages

Language:JavaScript 81.0%Language:HTML 18.3%Language:Shell 0.7%