2.CodeToImpact
March 11, 2023 ยท View on GitHub
Project Description:
Building a website that summarizes the respective information:
- Investments
- Portfolio (Incorporated analytics and past trends)
- Consumer markets
Important details
.env content
NODE_ENV = development
PORT = 8000
MONGO_URI = mongodb uri
JWT_SECRET = abc123
Node version:
Make sure your node version is 16.x
Development process
Work on new features on a new branch Before commiting, make sure to check if there is linting errors and fixed it Create a PR to main branch Get one people to review your PR before merging to run local development server npm install
npm run dev
to run local frontend server cd client
npm install
npm run start