Skip to content

pelekoudasq/bidit

Repository files navigation

Bidit

Online Auction System, Project for Course Web Application Technologies

This project was generated with Angular CLI version 7.3.8.

dev-run available

Contributors

System requirements

  • npm package manager

Installation & Testing

git clone git://github.com/pelekoudasq/bidit.git
cd bidit
npm install -g
ng serve --ssl true --ssl-cert server.crt --ssl-key server.key

Then navigate to https://localhost:4200/

For auction's page map, clone osm app and run it elsewhere

Back end

MongoDB w/ Node.js, Express, & Mongoose

node server run

Redis Caching

redis-server