flrnd / trackmytvshows

Typescript, express, mongodb, JWT and NOT another TODO app for experimentation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track my tvshow

REST API using: Typescript, Expressjs, JWT, Jest, Morgan and Winstong for loggin.

Heroku ready ;)

Running on local

In order to run your local server (and run the tests), You need to edit a .env file with the following variables:

PORT
MONGODB_LOCAL_URI
MONGODB_TEST_URL
USERMODEL_TESTDB_URL
SHOWMODEL_TESTDB_URL
JWT_SECRET

Also, a running MongoDB server or an AtlasDB instance also works.

Note

This is just a side project, use at your own risk.

About

Typescript, express, mongodb, JWT and NOT another TODO app for experimentation.

License:MIT License


Languages

Language:TypeScript 98.7%Language:JavaScript 1.3%