Skip to content

Staycon is a basic social network web site based on Spring Boot. Currently it's under development.

Notifications You must be signed in to change notification settings

Orkhan-1/staycon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Staycon

Social Network

Description

Staycon is a basic social network web site based on Spring Boot. Currently it's under development.

How To:

If you want to run the web-app on localhost, follow these steps:

  • Create Database on MySql:

    • CREATE DATABASE localstaycon;
    • CREATE USER 'staycon'@'localhost' IDENTIFIED BY 'staycon';
    • GRANT ALL PRIVILEGES ON localstaycon.* TO 'staycon'@'localhost' WITH GRANT OPTION;
  • Clone the project

  • $ mvn package

  • $ mvn spring-boot:run

  • Visit the site: http://localhost:8080

Stay Connected

Supporting Me

If you find my content helpful, consider supporting me in the following ways:

  • Subscribe to my channel and enable notifications.
  • Share my videos with your peers and network.
  • Leave constructive feedback and suggestions in the comments.

Your support drives my passion for delivering high-quality content and empowers me to create more enriching experiences for you!

About

Staycon is a basic social network web site based on Spring Boot. Currently it's under development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published