Skip to content

NefloDev/RecipeManagerAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe Manager API

This API is supposed to manage recipes for any user, allowing them to authenticate themselves, create new recipes, edit or delete those which they own, save recipes from other users and review them.

Skills and technologies

  • Spring Security
  • Oauth2
  • Database Migration with Liquibase
  • Data modeling

Extra information

This api will be using a local PostgreSQL database. In order to implement this app locally, take into account that a PostgreSQL server must be installed in the executing machine with the following environment variables configured:

  • DB_USERNAME - The user in the database
  • DB_PASSWORD - The password of the database's user
  • DB_URL - The url connection of the database with the following pattern (the last parameter is optional): postgresql://{host}:{port}/{database}?currentSchema={schema name}

Author

NefloDev

About

This API for managing recipes for any user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages