Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 1.17 KB

README.md

File metadata and controls

41 lines (37 loc) · 1.17 KB

XClone

XClone is a social media clone application built using Drizzle ORM, PostgreSQL, and TypeScript. It allows users to create posts, like, comment, and authenticate users. It also includes features like "like by" functionality and more.

Installation

1.Clone the repository

git clone https://github.com/your-username/xclone.git

For running backend

  1. change to server directory
cd server
  1. Install the dependencies:
npm i
  1. Generate the psql schemma by running
npm run db:generate
  1. Migrate the psql schemma to the db to create tables
npm run db:migrate
  1. Run the application:
npm start

prerequisites

1.Install PostgreSQL .Download PostgreSQL

Technologies Used

Contact

If you have any questions or feedback, feel free to contact me at git hub Ganesh.