Go to file
Josh Black c2a449b2a9 Completed route: GET /api/articles
GET /api/articles route working with tags, including repeated tags where appropriate.

Ex: {{apiUrl}}/articles?offset=0&limit=3&tag=GIT&author=josh&favorited=johnjacob4&favorited=josh

Exposed user property favorites.

Cleaned up some unused packages.
2017-09-21 10:43:03 -06:00
api Completed route: GET /api/articles 2017-09-21 10:43:03 -06:00
.gitignore Added Logo 2017-09-11 13:48:47 -06:00
app.ts File Structure Improvement 2017-09-11 18:27:23 -06:00
logo.png Added Logo 2017-09-11 13:48:47 -06:00
package-lock.json Completed route: GET /api/articles 2017-09-21 10:43:03 -06:00
package.json Completed route: GET /api/articles 2017-09-21 10:43:03 -06:00
readme.md Updated readme 2017-09-11 14:00:03 -06:00

readme.md

RealWorld Example App

Example Typescript Node (Typescript + Node + Express + Mongoose) codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API.

Demo    RealWorld

This codebase was created to demonstrate a fully fledged fullstack application built with Typescript Node including CRUD operations, authentication, routing, pagination, and more.

We've gone to great lengths to adhere to the Typescript Node community styleguides & best practices.

For more information on how to this works with other frontends/backends, head over to the RealWorld repo.

How it works

WIP

Getting started

WIP