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.
Follow the steps below to start developing the project:
-
Clone the Repository
Open the terminal and run the following command to clone the repository:
git clone https://github.com/SistemBasisData2024/FunArt.git
-
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
-
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
-
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.
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