Skip to content

Sushmithamallesh/twitter-clone

Repository files navigation

Twitter clone

This is just a simple twitter clone.

Installation

$npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Database setup

create database twitterclone; create user useradmin with password 'anypass'; grant all privileges on database twitterclone to useradmin;

Database schema

schema

About

Just a simple twitter clone

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors