Skip to content

AusBruce/Bartring

Repository files navigation

SIT725 Bartering System 🥬🐶

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

Run the project via command line

Clone this repository

git clone https://github.com/anhkhoado932/BarteringSystem.git

Install dependency

npm install

Configure environment

  • 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

Start project

npm start

Run the project via Docker

TODO

Developing new features (for Khoa, Eisen, Bruce, Christina, Nate)

Step 1: Make sure the project is cloned and installed

Step 2: Create feature branch

  • Checkout to the latest main branch
git checkout main
git pull

Step 3: Create feature branch

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>

Pull requests

  • 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.

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published