Git Product home page Git Product logo

pokemon-social-network's Introduction

Pokemon-Social-Network

Description

The Pokemon Social Network is an application that is used to create thought posts, add friends, and creating reactions to other trainers thoughts surrounding a Pokemon theme. This application utilizes mongooose to dynamically create a MongoDB database with express. During the process of building this application I learned how to utilize a NoSQL database as well as an ODM like mongoose. During Development I struggled with creating the subdocuments for friends and reactions for their respective models. Adding the ability to create and delete them was another challenge within itself, though I figured out how to create the correct controllers to utilize them within my application.

Future Development

For future development I plan on cleaning up the the friends array as it currently shows all of the friends data. The friends array should only show the users username!

Installation

  1. Git clone the repository using the following command: git clone [email protected]:StunnaDawg/Pokemon-Social-Network.git
  2. Through the CLI cd into the Pokemon-Social-Network directory
  3. Make sure to have nodejs(https://nodejs.org/) and MongoDB(https://www.mongodb.com/try/download/shell) installed
  4. Ensure to 'npm install' all the dependencies
  5. Ensure you have MongoDB(https://www.mongodb.com/try/download/shell) set up
  6. Run the command 'node seeds' to seed the database with the dummy data provided. You can also make your own!
  7. Run the command 'node index.js' to start the server on the local host
  8. Utilize the application Insomnia(https://insomnia.rest/download) to GET, POST, PUT, DELETE the data from the database

Usage

Upon downloading the application make sure you do the following:

  • run 'npm install' so that the dependcies are installed
    • If the dependencies do not exist: run 'npm i express', 'npm i mongoose', 'npm i moment'' to download the latest version of each npm
  • run 'node utils/seed.js' to seed the database
  • run 'node index.js' to start the local server

Screenshots

Alt Alt

Demo Video Link

https://watch.screencastify.com/v/OmCsE2gWv6Ip0qVqx44u

Dependencies

pokemon-social-network's People

Contributors

stunnadawg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.