Change from "todo" to another name - everywhere in app #16
Labels
backend
Mainly backend, server, database, Node, packages, etc related
enhancement
New feature or request
Naming things -- These items are not going to be "todo"s . So what is it?
Also, the URLs would go along with that I assume e.g. https://boomshark.herokuapp.com/todos
would change to /posts or /whatevers
and the Model, and a bunch of stuff
Also: I had success before when I was changing this project from "todo" to making a list of "events". I found that with MongoDB, if you change the name of the database or collection, it just automagically creates them. So in that DB_STRING, if we change "todo" to a new database name in that string, it doesn't error, it should just create it
The text was updated successfully, but these errors were encountered: