Node-Vue Project
- Node.js backend platform
- Vue.js frontend platform
- Calling 3rd party api and db init script
Clone the project repository firstly
Follow the steps to install this service on local environment for developing
- Go to server folder
cd ./Server
- Install node packages
npm install
- Please config your postgresql db You can update db config on .env file
- Please init db
npm run db:sync
- Runing app
npm run dev
Your app is running on port 3000
Follow the steps to install this service on local environment for developing
- Go to client folder
cd ./client
- Install node packages
npm install
- Runing app
npm run serve
Your Vue app is running on port 8080