An open API service indexing awesome lists of open source software.

https://github.com/kareimgazer/docker-fso-backend

Solutions of exercises of university of Helsinki docker course
https://github.com/kareimgazer/docker-fso-backend

Last synced: 4 months ago
JSON representation

Solutions of exercises of university of Helsinki docker course

Awesome Lists containing this project

README

          

# Express application

Install dependencies with `npm install`

Run with `npm start`

Or in development mode with `npm run dev`

# Visit counter

When running the server, visit http://localhost:3000 to see visit counter, or give environment variable `PORT` to change the port.

# MongoDB

The application has /todos crud which requires a MongoDB. Pass connection url with env `MONGO_URL`

# Redis

Pass connection url with env `REDIS_URL`