Vue.js client application for Q&A Forum API.
Technologies
- Vue.js 3.2.37
- Bootstrap
Packages and Libraries
- vue-axios
- vue-router
Features
- User registration
- User / Administrator login
- View all posts
- View user's posts
- View post
- Create post
- Delete post
- Approve / Reject post
- Comment on posts
- Search posts
Implementation and Concepts
- Basic component reusability and seperate config file used.
Installation
- Clone the repository
- Run
npm install - Configure the
base_urlinconfig.jsfile inside the application to API URL. - Run
npm run dev