Simple online auction platform that allows buy and sell items using "live bids" system or "by now" option as in the ordinary internet store.
- React
- React Router
- Scss
- Socket.io-client
- Webpack
- Node.js
- Express
- Mongoose
- MongoDB
- Passport.js
- Socket.io
- start server(production):
npm start
- start webpack dev server(development):
npm run client
- create build(production):
npm run build
- start node.js server with nodemon(development):
npm run server
- start node.js server & webpack dev server(development):
npm run dev
- start tests:
npm run test