An Online bid Market place for BITSIANS
- Has a frontend made using React.js
- Supports payments using a custom currency (BITSCOIN)
- Support for email notifications
- Users can engage in an auction for a product
- Connected with a MySQL Database
- Passwords were encrypted using bcrypt
All these commands are to be run from /frontend folder
npm install
-> Installs Packages for the project
npm start
-> Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser
cd Backend
./gradlew bootRun
- You might have to change variables in the application.properties so that it works for your local database
- The server runs at http://localhost:8080