TradeByte Project Board: Here
TradeByte Project Excel Sheet: Here
Checkout TheNodeCourse at https://github.com/iampavangandhi/TheNodeCourse
Add your MongoDB URI, Google OAuth credentials and Alpha Vantage Keys to the config.env file see config.env.example for details.
# install dependencies
npm install
# run in production
npm start
# run in development
npm run dev
.
├── 📁 .github # Github files (don't change)
├── 📁 config # Config files
├── 📁 helpers # Helper on controller files
├── 📁 middleware # Expresss middlewares
├── 📁 models # Mongoose models
├── 📁 project-plan # Project planning files
└── 📁 ui-designs
├── 📁 public # Public folder
│ ├── 📁 css
│ ├── 📁 images
│ └── 📁 javascript
├── 📁 routes # Express routes
│ └── 📁 api
└── 📁 views # EJS views
├── 📁 error
├── 📁 layouts
└── 📁 partials
Feel free to dive in! Open an issue or submit PRs.
See the CONTRIBUTING.md for details. Kindly follow the Code Of Conduct.
This project exists thanks to all the people who contribute.
This repo is maintained by Pavan Gandhi.
MIT © Pavan Gandhi