Skip to content

lipsumar/twitter-writes-hamlet-v2

Repository files navigation

See it live ! http://twitter-writes-hamlet/

This is a rewrite of twitter-writes-hamlet.

The codebase is now TypeScript, the database is MongoDB and it's all running in Docker !

Setup

1. Database

Optionally, regenerate the seed files (seed files are in the repo already):

npm run build
npm run generate-seed

Launch database:

docker-compose up -d mongo

Seed database:

docker-compose up mongo-seed

Database is now running in detached mode, all data and indexes are loaded.

2. Server

docker-compose up -d app

Dev setup

docker-compose up --build app-dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published