Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/diogojorgebasso/stockchecer

Made with ❤️ Freecode.
https://github.com/diogojorgebasso/stockchecer

freecodecamp replit stockcheck

Last synced: about 1 month ago
JSON representation

Made with ❤️ Freecode.

Awesome Lists containing this project

README

        

# [Stock Price Checker](https://freecodecamp.org/learn/information-security/information-security-projects/stock-price-checker)
> Made with ❤️ Freecode and 🔥 Replit.
Demo available [here](https://boilerplate-project-stockchecker.diogo10.repl.co) [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]()