Skip to content

Aplikasi berbasis web yang dirancang untuk menggabungkan elemen-elemen dari situs berbagi karya seni (seperti Pixiv) dan minigames. Platform ini akan menjadi tempat bagi para artist untuk mengeksplorasi kreativitas mereka melalui weekly & monthly challenge, serta berinteraksi dengan community.

Notifications You must be signed in to change notification settings

SistemBasisData2024/FunArt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FunArt GitHub Repository

Welcome to the FunArt GitHub Repository. This repository is used for the development of the final project of the Sistem Basis Data (SBD) by Group 8.

Getting Started with Development

Follow the steps below to start developing the project:

  1. Clone the Repository

    Open the terminal and run the following command to clone the repository:

    git clone https://github.com/SistemBasisData2024/FunArt.git
  2. Install Packages

    Open two terminals (ensure that the terminal paths are the same as the path for the cloned folder), open one for the server and one for the client. In the server terminal, run the following command:

    cd ./BE/
    npm install

    In the client terminal, run the following command:

    cd ./FE/
    npm install
  3. Run the Server and Client

    In the server terminal, run the following command:

    node index

    In the client terminal, run the following command:

    npm run dev
  4. Exploration and Development

    Once the server is running, you can start exploring the code within the project folder and analyzing the relationships between its components.

Additional Information

For a complete list of available APIs, visit the following link: API

For a project documentations, visit the following link: Documentation

For a project presentation slides, visit the following link: Slides

About

Aplikasi berbasis web yang dirancang untuk menggabungkan elemen-elemen dari situs berbagi karya seni (seperti Pixiv) dan minigames. Platform ini akan menjadi tempat bagi para artist untuk mengeksplorasi kreativitas mereka melalui weekly & monthly challenge, serta berinteraksi dengan community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published