Code for the Bazaar website.
To run:
- Make sure you have MongoDB installed locally
- Run
mongodin the terminal to start the database server - Install packages:
npm install - Get the
.envfile from @rmacqueen so you have the right API and Access keys - Run
npm run-script build:migrateto populate the database with some skills - Run
npm start- by default it will run in the 'development' environment - Open browser to http://localhost:8080 (Note: There will also be a server running at http://localhost:3000, however this is only the backend server and does not feature hot reloading of modules. So make sure you are using the 8080 port)