Skip to content

This is the frontend part of book-store project - Vuejs

Notifications You must be signed in to change notification settings

ritesh-7299/Book-store-frontend

Repository files navigation

Book-store-packt-assessment-frontend

This is the frontend part of book-store project

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installing

1.Clone to local reposatry from main branch
2.Run "npm install" command - to install depandancies
3.Run "npm run dev" command - to start server
note:Please run on "http://localhost:3000" after running backend server

After configuring the project

Now you should be seeing below screen image

How to access admin pages:

All the admin routes are prefixed by '/admin': so to open admin panel we have to goto the "http://localhost:3000/admin" route

Admin login:

image

Admin dashboard:

image

Flow of the application:

From User side:

User can see all the books from the database by applyig various filters and search accordingly
User can see detail page of a book by clicking on it's title 
From Admin side:

Admin can register and login himself
Admin can see all the books from the database by applyig search accordingly
Admin can edit/delete/show/add book

About

This is the frontend part of book-store project - Vuejs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages