Welcome to KiSaRa!
KiSaRa is a platform that is useful for getting secret messages from your friends. This project was created using Svelte to get an interesting user experience
- Membuat link yang diberikan password (dapat digunakan dierbagai device)
- Author dapat menghapus pesan
- Memberikan balasan pada pesan
- Author dapat menyembunyikan pesan
- Author dapat mengunci pesan, sehingga tidak bisa mengirim pesan lagi
- Author dapat menghapus akun dan semua pesan yang ada
To run this project, you will need to add the following environment variables to your .env
file
DATABASE_URL='url'
JWT_SECRET_KEY='secret'
JWT_EXPIRATION_TIME='secret'
-
Clone the project
git clone /~https://github.com/jeremy776/Kisara.git
-
Go to the project directory
cd kisara
-
Install dependencies
npm install
-
Start the server on development mode
npm run DEV
If you want to contribute to this project, please fork this project and create a pull request. We are very open to contributions from all users.