Social media web app like Twitter build with Qwikcity
Qwik-X is a social media web app similar to Twitter, built using the Qwikcity tech stack. It is designed to provide a fast and efficient way for users to interact and share their thoughts and ideas.
To install Qwik-X, follow these steps:
Clone the repository:
git clone [repository-url]
Move to the project directory:
cd qwik-x
Install dependencies:
npm install
Copy the .env.example file to .env:
cp .env.example .env
Update the values of the variables in the .env file:
DRIZZLE_DATABASE_URL value, ensuring that your local PostgreSQL instance is set up correctly.Create a PostgreSQL database with the same name as provided in the DRIZZLE_DATABASE_URL variable (e.g., qwikx).
Create and sync the schema in your database.
Start the development server:
npm run dev
Qwik-X is a social media web app built using the Qwikcity tech stack. It offers real-time updates, utilizes the Drizzle ORM and Neon PostgreSQL driver for efficient database operations, and is powered by a Node.js and Express server. To install Qwik-X, clone the repository, install dependencies, copy the .env.example file to .env, update the environment variables, create and sync the database schema, and start the development server.