API NodeJs created to provide stock's information and solve common problems in other portfolio management applications.
- MongoDB-Atlas(MongoCompass),
- Express
- Nodemon
- Mongoose
- Axios
- DotEnv
- JWT
- BCrypt
npm start "dependencies": {
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
"coingecko-api": "^1.0.10",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.8.1",
"mongoose": "^6.5.2"
},
"devDependencies": {
"nodemon": "^2.0.19"
}- Postman
Clone the project
git clone https://github.com/diegojfcampos/api_smart_stock_tracker.gitGo to the project directory
cd api_smart_stock_trackerInstall dependencies
npm installStart the server
npm start