Minimalistic project based on node.js (mongoose, express, jwt), vue (vue, vuex, vue-router), bootstrap.
Requirements:
- node.js (https://nodejs.org/)
- MongoDB (https://docs.mongodb.com/manual/installation/)
To install program you need:
- Download project into local disk and unzip it.
- Go to 'ui' folder and execute 'npm i' command.
- Go to 'api' folder and execute 'npm i' command.
To run program you need:
- Open Command Prompt window. Go to 'api' folder and execute 'npm run start' command.
- Open the second Command Prompt window. Go to 'ui' folder and execute 'npm run start' command.
- Open page http://localhost:8080 in browser.
The program does not have old browsers supporting and does not work on IE11. The program tested on Chrome/Firefox under Windows 10.
Configurations are in api/.env, ui/webpack.config.js files.