In this practice, be both the frontend and the backend of the project.
This is a small application that can be developed into something bigger
Technologies:
- Backend: NodeJS, MongoDB, Mongoose
- Frontend: VueJS, SCSS
For install full project write this in console:
git clone https://github.com/chrom007/lightit-practice.git
cd lightit-practice
npm install
cd frontend
npm installFor compile frontend need enter next cmds:
cd frontend
npm run buildFor prepare backend you must have installed mongodb, and running his on 27017 port or any other (check config.js).
For run project server enter:
cd lightit-practice
npm run startServer has running on http://localhost:9000.
