Skip to content

KurobaneYan/ccars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ccars

About

It's a simple spa with kendo ui (for courses)

How to run

This project requires mongodb, node, npm(or yarn).

$ npm install

Or

$ yarn install

Init db

$ node initDB.js

Then build new frontend with webpack

./node_modules/webpack/bin/webpack.js

And run a server with npm

$ npm start

or run it with yarn

$ yarn start

Important!

you 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors