Skip to content

A single page web app to practice using nodejs

Notifications You must be signed in to change notification settings

StotTot/E-Auction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E-Auction

A single page web app that is used by the seller to manage their auctions.

Technologies

  • NodeJS
  • MongoDB
  • ExpressJS
  • Angular
  • Postman (Testing)
  • Mocha & Chai (Testing)

Screenshots

Main Page Swagger Documentation

Usage

  • git clone https://github.com/StotTot/E-Auction.git
  • Unzip and cd to root directory.
  • Create an environment variable named 'EAuction_ConnString' with the connection string to your database.
  • cd server
  • npm install
  • nodemon index.js
  • cd ..
  • cd client
  • npm install
  • ng serve
  • Open your web browser and enter localhost:4200 into the url bar.