Skip to content

ganesh-ya12/xclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

learning postgress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published