chingu-voyage3 / bears-11

0 stars 1 forks source link

Define initial filesystem structure #21

Closed jboxman closed 6 years ago

jboxman commented 6 years ago

I've used something similar to this with some success.

- .gitignore
- .env : secrets, not committed, for local testing, actually ignored by heroku
- package.json
- app.js : bootstrap server, for heroku
- client/
-- [variety of client files]
- server/
-- app.js : actual entry point for testing
-- models/
--- index.js : initializes the actual mongodb connection
-- views/
-- routes/