Web Developer Social Network MERN stack application theWeb Deployed Application
theWeb is a Social Network that web developers can expand one's network and social circle. As a MERN stack application, theWeb utilizes React for the front end, MongoDB and the Mongoose ODM for its database, and GraphQL with a Node.js and Express.js server.
- Clone our respository by inputting the following in your terminal:
https://github.com/tmorgan-dev/theWeb.git
. - When cloning is complete, input
cd theWeb
. - Next, install the needed package dependencies by running
npm i
in the client, server, and root directory. - Important: to keep your site secure, create and set up your
.env
file for your secret keys - Once your
.env
file is created, make sure to set up your keys and key variables when you deploy.
- Input
npm run develop
in your terminal to run the program locally or visit our deployed website at https://theweb-production.up.railway.app/
- Tim Morgan
- PJ Rasmussen
- Sam Evans
- Brittany Brimley
- Guidance and feedback from Software Developers: Dru Sanchez, CJ Sanders, Trevor Oveson, and Jacek Hacking.
If you have any questions, feel free to reach out to us through GitHub.