Skip to content

DevSpace is a simple social-media app where developers can create posts about their projects with photos where other users can like your post.

Notifications You must be signed in to change notification settings

S-Philp/DevSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation


DevSpace

DevSpace is a place where developers can post about their projects. A developer can create a post with their project photo, project website url, github repository url, a descriptive message and hashtags. Developers are also able to like posts, edit posts or delete posts.
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

![Product Name Screen Shot][product-screenshot]

DevSpace is a place where developers can post about their projects. A developer can create a post with their project photo, project website url, github repository url, a descriptive message and hashtags. The photo is uploaded from your device. If a developer does not provide a photo, DevSpace will provide a default photo. The project website url and github repository url will post as live links that will open in a new tab when clicked. Developers are also able to like posts, edit posts or delete posts.

Built With

Getting Started:

Prerequisites & Installation

The main component needed to run DevSpace is Node.js

  • If you dont have Node installed already, you can Download Node.js Here

    or

    Install Node using your Terminal or any Text-Base Interface with the command:

            npm install npm -g 
  • Confirm you have successfully installed Node by checking the version no. using:
            node -v 
  • You can download DevSpace project file to your computer directly by hovering over the "Code" dropdown in Github and clicking the "Download Zip" option.
    You can also use the terminal to clone the project to the desired location on you computer by running :
            git clone https://github.com/S-Philp/memories

  • Next install all the project dependancies by running the following command while inside the memories-server file and the memories-client file:
            npm install
  • You need an API Key from your MongoDB Atlas account. Then add your API in config.js
const API_KEY = 'ENTER YOUR API';
  • Finally, using the terminal, call the following command from inside of the memories file to launch DevSpace:
            nodemon index.js 

Usage

Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.

For more examples, please refer to the Project-Demo

Videos and Screenshots

Contact

Shannel Philp - shannel-philp - email

Project Link: DevSpace

Acknowledgements

  • Azam Sharp - Digital Crafts Instructor
  • Nathan Orris - The Certified Awesome- DiR at DigitalCrafts Houston - NathanNoSudo
  • Othneildrew - OthneilDrew
  • Adrian Hajdin - Adrian Hajdin
  • Digital Crafts Full Stack Immersive 12/2020 Solo React/Redux Project.

About

DevSpace is a simple social-media app where developers can create posts about their projects with photos where other users can like your post.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published