Go to file
Josh Black 1917903b67 Replaced symlink to data with hardlink 2017-09-24 23:00:57 -06:00
api New Articles routes working 2017-09-23 10:54:38 -06:00
conduit Replaced symlink to data with hardlink 2017-09-24 23:00:57 -06:00
.gitignore Added Logo 2017-09-11 13:48:47 -06:00
Dockerfile Docker related updates 2017-09-24 22:51:23 -06:00
app.ts File Structure Improvement 2017-09-11 18:27:23 -06:00
docker-compose.yml Docker related updates 2017-09-24 22:51:23 -06:00
logo.png Added Logo 2017-09-11 13:48:47 -06:00
package-lock.json POST /api/articles route working 2017-09-21 21:46:37 -06:00
package.json POST /api/articles route working 2017-09-21 21:46:37 -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