2.CodeToImpact

March 11, 2023 ยท View on GitHub

GitHub code size in bytes GitHub repo size GitHub language count GitHub last commit

Project Description:

Building a website that summarizes the respective information:

  1. Investments
  2. Portfolio (Incorporated analytics and past trends)
  3. 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