Skip to content

Critalic/ExpenseRecord

Repository files navigation

Expense record API (Back-end lab 3)

Deployed (and working) application domain is b-lab1.fly.dev

This is a solution for the third lab on back-end dev course. Detailed technical requirements

Postman requests can be found in postmanRequests.json

Insomnia requests can be found in Insomnia_2022-12-19.json

A MongoDB server at Clever Cloud was used as the database

Project uses both access and refresh tokens. Github package

How to start

Video instruction

Requirements

  • JDK 17 or higher
  • Spring Boot (v.2.7.4)
  • Docker

Docker instructions

  • Build the image from the Dockerfile
docker build -t <image name> <path to Dockerfile>
  • Run the application from the image in the Dockerfile directory
docker run -p<your port>:8080 <image name>

About

A web-service for expense record collection

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages