Skip to content

ClemHlrdt/fullstack-tastyn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tastyn

Tastyn is an app to create, browse and share recipes with other users.

Built with:

  • Angular
  • Spring Boot
  • PostgreSQL
  • JWT authentication
  • TailwindCSS

Features

  • You can register / sign up as a user to browse recipes
  • Fill up your profile
  • View somebodies profile
  • Add a recipe
  • Upvote / downvote a recipe
  • Leave a comment under a recipe

Screenshots

Home Home

Signup Signup

Login Login

Browse through recipes Browse

Recipe details Details

Update a recipe Update

User profile Profile

Installation

The application is composed of a Frontend app (Angular) & a backend app (Spring Boot) with a PostgreSQL database.

Database

Start Postgresql database with default port 5432 & create a database called "tastyn.

Backend

cd backend
./mvnw spring-boot:run

Frontend

cd frontend
npm install
ng serve

In your browser open localhost:4200.

Deployment

It is possible to deploy this app using docker. To do so, download the source code and do the following:

cd backend
./mwnw clean package

cd frontend
npm run build:prod

cd ..
docker-compose up

## OR

docker-compose up -d # to run in detached mode

This will create 3 containers:

  • 1 for the PostgreSQL database.
  • 1 for the Spring Boot backend.
  • 1 for the Angular frontend.

You can then open your browser at localhost.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published