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
- Host: GitHub
- URL: https://github.com/kareimgazer/docker-fso-backend
- Owner: KareimGazer
- Created: 2024-08-17T10:31:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T06:43:17.000Z (about 1 year ago)
- Last Synced: 2025-02-03T12:43:04.998Z (8 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`