Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.37 KB

readme.md

File metadata and controls

21 lines (15 loc) · 1.37 KB

Basicgram

An example of Node + Express (API), with VueJS (frontend), using TypeScript.

An example of Node + Express (API), with VueJS (frontend), using TypeScript.

Tutorials

This repo is for a 5-part tutorial. Albeit this is a web-app, the skills and concept are easily transferable to mobile apps (NativeScript) or desktop apps (Electron), which I will write tutorials on if this series proved popular and useful.

  1. Setting up Node and Express API with TypeScript
  2. Setting up VueJs with TypeScript
  3. Setting up Postgres with Sequelize ORM
  4. Basic Vue templating and interaction with API
  5. Advanced Vue templating and image uploading to Express

Installation

git clone https://github.com/calvintwr/basicgram.git
git checkout tutorial-[part1/2/3/4/5] # depending on which branch you want to experiment