/twitter-clone--server

Server for twitter clone frontend example

Primary LanguageTypeScript

twitter-clone--server

A small backend for an example application - a twitter clone. I use this as an example application to build frontends and test frontend technologies.

Getting started

Install the dependencies:

npm install

Start the database:

docker-compose up

Start the server:

npm run start

The server is now running on port 4000.

Executing requests

Take a look at the Insomnia configuration at ./Insomnia.json.

Inspecting the database

The docker-compose deployment also starts a mongo-express instance at localhost:8001.