Skip to content

mishrasur7/suraj-book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suraj-book-store

Application Live view

https://suraj-bookstore.herokuapp.com

Rest API

https://suraj-bookstore.herokuapp.com/books

Project structure

├── pom.xml
├── src
│   ├── main
│   │   ├── java
│   │   │   └── com
│   │   │       └── example
│   │   │           └── Surajbookstore
│   │   │               ├── SurajbookstoreApplication.java
│   │   │               ├── WebSecurityConfig.java
│   │   │               ├── domain
│   │   │               │   ├── Book.java
│   │   │               │   ├── BookRepository.java
│   │   │               │   ├── Category.java
│   │   │               │   ├── CategoryRepository.java
│   │   │               │   ├── User.java
│   │   │               │   └── UserRepository.java
│   │   │               └── web
│   │   │                   ├── BookController.java
│   │   │                   └── UserDetailServiceImplementation.java
│   │   └── resources
│   │       ├── application.properties
│   │       ├── static
│   │       │   └── css
│   │       │       └── bootstrap.min.css
│   │       └── templates
│   │           ├── addbook.html
│   │           ├── booklist.html
│   │           ├── editbook.html
│   │           └── login.html
│   └── test
│       └── java
│           └── com
│               └── example
│                   └── Surajbookstore
│                       ├── BookRepositoryTest.java
│                       ├── CategoryRepositoryTest.java
│                       ├── SurajbookstoreApplicationTests.java
│                       ├── UserRepositoryTest.java
│                       └── WebLayerTest.java
└──
    

Key features

  • CRUD operations available.
  • More rights to admin

Learnings

  • Gained basic knowledge on creating simple backend application with spring boot
  • Basic idea in creating rest apis
  • Deploying applications in heroku platform

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published