Go to file
Kunwar Ashutosh Singh bbbbc9f9b8 completed changes 2020-07-13 01:26:54 +05:30
conduit Replaced symlink to data with hardlink 2017-09-24 23:00:57 -06:00
src completed changes 2020-07-13 01:26:54 +05:30
tests completed changes 2020-07-13 01:26:54 +05:30
.env.example completed changes 2020-07-13 01:26:54 +05:30
.gitignore completed changes 2020-07-13 01:26:54 +05:30
Dockerfile Docker related updates 2017-09-24 22:51: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 completed changes 2020-07-13 01:26:54 +05:30
package.json completed changes 2020-07-13 01:26:54 +05:30
readme.md Updated readme 2017-09-11 14:00:03 -06:00
tsconfig.json completed changes 2020-07-13 01:26:54 +05:30
tslint.json completed changes 2020-07-13 01:26:54 +05:30

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