SUSial Media is an app to show and post a bunch of "sus" pictures. You can explore various suspicious posts and share your own.
Follow these steps to set up and run the application:
- Clone the Repository:
git clone https://github.com/AdluAghnia/SUSmed.git
cd SUSmed- Set Up Enviroment Variables
sh cp .env.example .env
- Install PHP Dependencies:
composer install- Run Database Migrations:
php artisan migrate- Create Storage Symlink:
php artisan storage:link- Generate Application Key:
php artisan key:generate- Install Node.js Dependencies:
npm install- Build Frontend Assets:
npm run buildAdditional Information
Development Server: To start the development server, use the command:
php artisan serveRunning Vite in Development Mode: To start the Vite development server, use the command:
npm run devAccessing the Application: Once the development server is running, you can access the application in your browser at http://localhost:8000.
Contributing
Feel free to open issues or submit pull requests. For major changes, please open an issue first to discuss what you would like to change. License
This project is licensed under the GPL-2.0 License.