part 12 done

This commit is contained in:
QkoSad
2024-09-30 15:32:50 +03:00
parent 0a7a469d56
commit 33a5afd017
426 changed files with 46304 additions and 5 deletions
@@ -0,0 +1,19 @@
# 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`