This is the client, frontend repo for my final project in WDI.
It is pretty basic, it is a SPA (single-page-application) built on Vue2.0js front end framework consuming the backend RESTful API.
It implements JSON web tokens as well and logs the token into localStorage.
It utilises Vue router to render the different components for fake routing.
You should use this application in conjunction with the backend server API.
npm run dev
to start the server on http://localhost:8888
from here, log in as a user or register as a user.
install the relevant dependencies via
npm install --save
and npm run dev to start the server if you clone the repo.
No tests were written for the frontend.
The live version of this web client will be hosted at:
What did you use to build it, list the technologies, plugins, gems, packages etc.
- vue 2.0js
- axios
- webpack
Workflow was bad, did not commit regularly.
Did you collaborate with others on this project, list them here
- Just me