GithubHelp home page GithubHelp logo

cs-2022-todo-class's Introduction

cs-2022-todo-class

NODE (js but for the backend) NPM (node package manager) NVM (node version manager - optional but nice)

Optional Stuff

  1. Put the rest of the config stuff into flags and/or env vars
  2. Caching
    • Memory
  3. Websockets
  4. Db Backup
    • Just Log it Out
    • File
  5. Db restore
    • File
  6. Metrics
    • Logs
  7. Tags
    • Implement all the crud methods
  8. Mongoose validation
  9. Background process like "Delete “old” todo’s"
  10. Split up files
  11. Use async/await
  12. Link Frontend Project to This Backend
  13. Serve the UI from this code
  14. Middleware
    • logging (log when each request happen)
    • Dos protection (rate limit base on ip or other identification)
  15. Docker

Docker Command

docker run -d --name cs-todo-2022-mongo -e MONGO_INITDB_ROOT_USERNAME=user -e MONGO_INITDB_ROOT_PASSWORD=password -e MONGO_INITDB_DATABASE=cs-todo-2022 -p 27017:27017 -v $PWD/mongo-entrypoint/:/docker-entrypoint-initdb.d/ mongo

cs-2022-todo-class's People

Stargazers

 avatar

Watchers

Jace Fugate avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.