rezamike / home_finder

0 stars 0 forks source link

reformatted backend #1

Closed majorazero closed 2 months ago

majorazero commented 2 months ago
  1. config.env -> deprecated, move all variables to a .env files (don't commit that, keep it locally)
  2. new dependencies added, recommended to npm install again.
  3. can now start backend and client by just running npm run start
  4. Routes -> Controllers (not actually the same thing, but we can break it up in the future)
  5. Using mongoose will be easier, and we can dictate structure