A web application for rating the small businesses thriving across the internet. It also allows users to mark their favourite businesses, share them with their friends and family, enjoy the ongoing sale and set a reminder of the upcoming sale on their favourite brands.
This project is using the conventional commits standard. Please follow these steps to ensure your commit messages are standardized:
<type>[optional scope]: <description>
fix
(if fixed some bug), feat
(if added new feature), docs
(changes in documentation) or test
(added new tests)frontend
or backend
or global
if your changes affects both.docs(global): CONTRIBUTING.md added
Note: All the commits should be made from the root directory of the repository
npm run lint
for checking lint errors.git fetch upstream
& git rebase upstream/master
to fetch updated codebase into your local repository before creating any new branch.git checkout -b <your-branch-name>
git remote add upstream https://github.com/varisha-025/BizRank.git
cd server
npm install
to install all dependencies.node index.js
to start server.cd client
npm install
to install all dependencies.npm start
to start the server and visit site.