devSpark is a collaboration/networking/dating app created by developers, for developers. It uses socket.io to enable live chat and notifications, the Sequelize ORM for persistent user profiles, session data, and user searches, the Cloudinary API for storing user profile images, and Nodemailer to provide email notifications to users who request password changes.
First, clone the repository to your local machine with git clone <url>. Then, install all required dependencies with npm i.
Configure all applicable environment variables in an .env file in the root directory: DB_NAME, DB_USER, and DB_PW for Sequelize credentials, SECRET for session middleware, CLOUD_NAME, API_KEY, and API_SECRET for the Cloudinary API, and APP_EMAIL and APP_PASSWORD for the Nodemailer Gmail account configuration. Run the application with node server.
A live demonstration of the project is hosted on Heroku here.
Copyright © 2022 branjames117, Cody-Junier, ericc97, and belle-witch
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
This repository and its contributors follow the Contributor Covenant Code of Conduct.
This repository was created and is maintained by branjames117 (socket.io, Sequelize), Cody-Junier (Cloudinary, Sequelize), ericc97 (Nodemailer, Sequelize), and belle-witch (HTML, CSS).
With any questions email the repository owner at branjames117@gmail.com or his collaborators: codyjunier@gmail.com, ravenclaw946@gmail.com, and ericc97.
