Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 325 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 325 Bytes

Vue.js Crowdfunding App

  • To start the backend service, and initialise the database: run:npm install on the server-api file and then npm start

  • To start the front end service: run:npm install on the code file and then npm run dev

NOTE: The files in server-api were given as part of the task and were not written by me.