Behance/Dribbble type website created to learn Vue.js
# Install dependencies (run in client/ & server/)
npm i
# Start (run in client/ & server/)
npm run dev
* vue.js
* express.js
* mongodb/mongoose
* node
* npm
* mongodb
Check server/config/config.sample.js for an example server config file. Avaliable server configuration variables: * mongoUri - mongodb database address * superSecret - string used for signing jwt tokens * cloudinaryUrl - cloudinary account url for image uploads
This project is using eslint with airbnb-base style guide
MIT