Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 283 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 283 Bytes

riceyak-expressjs

Installation

> npm install

Usage

> npm start

Project structure

controllers - where we define our routes to serve and control our data (post controller, etc)

models - where we define our data models (comment, post, user)