Skip to content

coding-blocks-archives/Conduit_NodeJS_TypeScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conduit (Medium Clone based on realworld.io)

Technologies Used

  1. NodeJS - Platform
  2. TypeScript - Programming Language
  3. PostgreSQL - Database (you can use MySQL/SQLite as well)
  4. TypeORM - ORM

Database Setup

  1. Enter psql as admin

  2. Create Database, user and grant privilege

create database conduit;
create user conduit with encrypted password 'conduit';
grant all privileges on database conduit to conduit;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published