Barebones Twitter clone built with the Sveltekit, Lucia Auth, Prisma and Faker.js
The SvelteKit Twitter Clone is a barebones Twitter clone developed using SvelteKit, Lucia Auth, Prisma, and Faker.js. It is designed to mock the functionality of a Twitter-like platform and includes features such as user registration and login, the ability to follow and unfollow other users, creating and deleting tweets, and a personalized feed based on the users you follow. The initial prototype uses SQLite as the database, but it can easily be switched to Postgres or MySQL.
Follow the steps below to install and set up the SvelteKit Twitter Clone:
env.example file to .env.The SvelteKit Twitter Clone is a simple Twitter clone developed using SvelteKit, Lucia Auth, Prisma, and Faker.js. It offers basic features such as user registration and login, the ability to follow and unfollow users, creating and deleting tweets, and a personalized feed. The installation process involves setting up the database and creating a test user.