Room Planner Server Setup The client application for this project can be found here. Setting the environment Create a .env file with the following fields: MONGO_URI=yourmongostring JWT_SECRET=yoursecret CLIENT_HOST=yourclienthost Running the project In development: npm server In production: npm start