Netlify Link
- email - admin@articleproject.com
- password - asdf1234
Create an article management module where user can create/update an article. We will be using Vue.js for this project. You can think of it as something similar to twitter. You should be able to view articles by other users.
- Title
- Image and/or video
- Description
- Publish date
- Article text
- Anything else you deem necessary
- Sorting, filtering based on time, title, number of likes(popularity)
- LIke and keep track of likes for each article
- Different image sizes handled
- Anything else you deem necessary
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e