Microvan Inc. focuses on the importation, trade and sale of second-hand construction and industrial machinery, trucks and vehicles in the Philippines. Previously, Microvan Inc. would do in-person auctions every two months. However, due to the pandemic, many of their competitors have shifted to online auctions and Microvan Inc. needs a new auction site to ensure they aren't left behind.
- React, Javascript - Frontend
- Django, Python - Backend
- PostgreSQL - Database
- AWS - Hosting
To get a local copy up and running follow these simple steps.
cd
into backend folder- Make a copy of sample.env, rename it to .env, and fill out the environment variables.
- run
pipenv install
to install dependencies - run
pipenv shell
to enter virtual environment - run
pipenv run start
- Backend will be running on
localhost:8000
cd
into frontend folder- run
npm install
to install dependencies - Make a copy of sample.env, rename it to .env, and fill out the environment variables.
- run
npm start
- Frontend will be running on
localhost:3000
TODO
Contributions are what make the community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request