Givemo / Agric_Auction

1 stars 0 forks source link

Agric_Auction

This is an agricultural produce ecommerce community project created as part of Andela community projects.

The app is created using the MEAN Stack (Mongo-db, Express, Angular and NodeJs).

The live application can be found HERE

To run the application locally, clone it, install dependencies and setup mongodb by replacing the code in the config/database.js file from database: "mongodb+srv://Givemore:Hararenorton-04@agricauctioncluster.mb91e.mongodb.net/meanauth?retryWrites=true&w=majority" to database: "mongodb://localhost:27017/meanauth".

Run npm run dev in the terminal to start Server on port 3000

Open another terminal and move into the angular-src folder and run ng serve