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