Skip to content

setxpro/challenge-backend-anotaAI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant Marketplace

AnotaAi Backend Challenge

Java Spring Licence MongoDB AWS

This project is an API built using Java, Java Spring, AWS Simple Queue Service, Mongo DB and AWS Simple Storage Service.

Table of Contents

Installation

  1. Clone the repository:
git clone https://github.com/setxpro/challenge-backend-anotaAI.git
  1. Install dependencies with Maven

  2. Create a configuration with your runtime environment variables with your AWS Credentials that are used in application.properties

aws.region=us-east-1
aws.accessKeyId=${AWS_KEY_ID}
aws.secretKey=${AWS_SECRET}

Config Values

AWS_KEY_ID=VALUE;AWS_SECRET=VALUE2

Usage

  1. Start the application with Maven
  2. The API will be accessible at http://localhost:8090

API Endpoints

The API provides the following endpoints:

https://documenter.getpostman.com/view/27832983/2s9YsRd9gb

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request to the repository.

When contributing to this project, please follow the existing code style, commit conventions, and submit your changes in a separate branch.

About

The challenge asked for nodeJS, but for teaching purposes I choose Java as the backend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages