Batering system finds your precious used items a new owner! Simply upload any valuable goods, and we will guarantee the best trade you can get
git clone https://github.com/anhkhoado932/BarteringSystem.git
npm install
- In the project folder, create
.env
file - Copy the content from
.env.example
to.env
- change the DB_URI to your own URI from class
npm start
TODO
- Checkout to the latest
main
branch
git checkout main
git pull
Create branch name corresponding to the trello card. Example are shown below:
Trello card | Branch name |
![]() |
feature/design-transactions-schema-and-implement-crud |
![]() |
feature/feedback-mechanism |
git branch <branch-name>
git checkout <branch-name>
- After you have finished the task, go to Github and create a pull request
- Don't work on the branch after it has been merged.