Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rushilp2311/4413-backend
https://github.com/rushilp2311/4413-backend
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rushilp2311/4413-backend
- Owner: rushilp2311
- Created: 2020-11-06T21:15:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-07T04:16:15.000Z (about 4 years ago)
- Last Synced: 2024-11-05T14:39:31.177Z (2 months ago)
- Language: Java
- Size: 148 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 4413-Backend
#### Front End deployed at:
https://frontend-4413.herokuapp.com/### Live application link:
https://backend-4413.herokuapp.com/
How to run the backend as a rest service?
1. Download this github repository as a zip file, and unzip at your desired location.
2. Open Eclipse. Download the Spring boot 4.0 extension from Eclipse Marketplace (if you don't already have it)
3. To import the project, click on File > 'Open projects from File System'
4. Click on Directory > browse to 'path_to_downloaded_folder' > OPEN
5. Open BookstoreApplicaiton.java in src/main/java/com/project/bookstore/
6. Click on Run as > "Spring Boot App"
7. Server should start at the port mentioned in logs.To test all endpoints and see examples of this resful web service:
https://documenter.getpostman.com/view/12473490/TVmMgHr1#2f5acecb-193a-4bec-a33d-14a8cc1406aeIf you have any questions, please don't hesitate to ask.