Skip to content

haojin111/RTX-Node-Vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node-Vue Project

Overview:

  1. Node.js backend platform
  2. Vue.js frontend platform
  3. Calling 3rd party api and db init script

## Local Developing Installation:

Clone the project repository firstly

Node.js backend install

Follow the steps to install this service on local environment for developing

  1. Go to server folder
cd ./Server
  1. Install node packages
npm install
  1. Please config your postgresql db You can update db config on .env file
  2. Please init db
npm run db:sync
  1. Runing app
npm run dev

Your app is running on port 3000

frontend development

Follow the steps to install this service on local environment for developing

  1. Go to client folder
cd ./client
  1. Install node packages
npm install
  1. Runing app
npm run serve

Your Vue app is running on port 8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published