Skip to content

Building twitter clone using VueJS, Typescript, Node, Express, PostgreSQL, Objection ORM

Notifications You must be signed in to change notification settings

abhishekc98/twitter-clone-node-ts-pg-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-server

Project setup

npm install
@types/* and other dev dependencies to be installed separately

Changelog v0.2

Backend: Added Types, created routes for user, posts, authentication
Frontend: VueJS left navigation and feed component

Create migration file

npm run create <table-name>

Run migration

npm run migrate

Run seed

npm run seed

About

Building twitter clone using VueJS, Typescript, Node, Express, PostgreSQL, Objection ORM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published