It's a simple spa with kendo ui (for courses)
This project requires mongodb, node, npm(or yarn).
$ npm installOr
$ yarn install
Init db
$ node initDB.jsThen build new frontend with webpack
./node_modules/webpack/bin/webpack.jsAnd run a server with npm
$ npm startor run it with yarn
$ yarn startyou should add file cloudinary.config.js to the project dir, for example:
let config = {
cloud_name: 'YOUR_CLOUD_NAME',
api_key: 'YOUR_API_KEY',
api_secret: 'YOUR_API_SECRET'
}
module.exports = config