Skip to content

A bidding website for BITS Hyderabad Students built with SpringBoot and React.js

License

Notifications You must be signed in to change notification settings

reddy-j-harshith/BITSBIDS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BITSBIDS

An Online bid Market place for BITSIANS

Features

  • 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

Running Frontend

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

Running Backend

  1. cd Backend
  2. ./gradlew bootRun
  3. You might have to change variables in the application.properties so that it works for your local database
  4. The server runs at http://localhost:8080

About

A bidding website for BITS Hyderabad Students built with SpringBoot and React.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published