Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/diogojorgebasso/stockchecer
- Owner: diogojorgebasso
- License: mit
- Created: 2021-03-19T23:40:58.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T15:56:09.000Z (about 2 months ago)
- Last Synced: 2024-12-03T16:41:22.791Z (about 2 months ago)
- Topics: freecodecamp, replit, stockcheck
- Language: JavaScript
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]()