Code Monkey home page Code Monkey logo

ratalla816 / forge Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 2.0 191.3 MB

A place to connect for tech bootcamp students. Share experiences or ask coding questions for fellow students and grads to review, or jump right in and help out other boot campers with their projects!

Home Page: https://forge-team.herokuapp.com/splash

License: MIT License

JavaScript 38.56% CSS 42.24% Handlebars 19.20%
nodejs social-network social-media mvc-architecture handlebars extreme-css mysql-database

forge's Introduction

Repo Size Language Contributors Forks Stargazers Issues MIT License


Logo

Forge

AS a Bootcamp student, I want to connect with other bootcamp students
so we can ask/answer coding questions and share experiences.
Explore the docs »

View Demo . Report Bug · Request Feature



Link web page: https://forge-team.herokuapp.com/splash

Table of Contents

Description

These is a Social Media Bootcamp, the purpose is that as a Bootcamp student, I want to connect with other bootcamp students so that I can ask/answer coding questions and share experiences, will follow the next conditions.

GIVEN an authenticated user:

  • WHEN I go to the home page THEN I am shown a sign up/sign in page.

  • WHEN I sign in THEN I am taken to the homepage.

  • WHEN I sign up and I enter my username, email, and password THEN I am taken to the homepage.

  • WHEN I am on the homepage THEN I see options for asking a question, sharing an experience, or reviewing code.

  • WHEN I go to ask a question THEN I am able to post a link with some text and a title to my page for other developers to review.

  • WHEN I choose to share an experience THEN I am able to post some text with a title to my page.

  • WHEN I choose to review code for other developers THEN I am taken to a page that has a list of questions asked by other developers.

  • WHEN I click on a question THEN I am taken to the page with the explanation of the problem and a link to the GitHub repo.

  • WHEN I click on the link to the repo THEN I am taken to the repository to review the code.

  • WHEN I am done reviewing the code THEN I can leave comments on the explanation page.




Example:


Demo

Demo

Demo

Technologies

Back To Top


How to Download

  • Simply copy the SSH to the terminal or Download the ZIP File:

Installation

  • Use the follow command at your terminal, git clone (Create a working copy at your local repository):

    git clone [email protected]:ratalla816/Forge.git
    
  • After cloned the repository, create your own repository, copy the files to your repository and type in your terminal the follow commands.

    git status
    
    git add -A
    
    git commit -m "Message to commit."
    
    git push or git push origin main
    

Prerequisites

1.- Before of using this application, is require to install dependencies, run the following command in your terminal:

npm i

2.- At the root of the project, create a file .env, and insert your MySQL info:

DB_NAME='forge_db''
DB_USER='your_MySQL_username'
DB_PW='your_MySQL_password'

3.- At the root of your project, open your terminal and run the following commands:

1.- mysql -u root -p

2.- Enter your MySQL password

3.- source db/schema.sql

4.- quit

5.- npm run seed

6.- npm start

Back To Demo


Usage

This is a open source program, feel free to use it, contact me to request features.

Roadmap

See the open issues for a list of proposed features (and known issues).

Back To Top


Contributing

Contributions are part of this open source project. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/name-of-feature)
  3. Commit your Changes (git commit -m "Add some feature")
  4. Push to the Branch (git push origin feature/name-of-feature)
  5. Open a Pull Request

Contributors

Thanks goes to these wonderful people:

Audry Ford Cody McCray Derimar Gray Rob Atalla
github github github github
linkedin linkedin linkedin linkedin
envelope envelope envelope envelope

Questions

For additional help or questions about collaboration, contact us at:

Back To Top


License

MIT License

Copyright (c) 2021 Audry Ford, Cody McCray, Derimar Gray, Rob Atalla

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.

forge's People

Contributors

ratalla816 avatar derimarg avatar audryf avatar cmccray87 avatar

Watchers

 avatar  avatar

Forkers

audryf derimarg

forge's Issues

Fix account update

We are getting the users data, but we only what to display the current user.

CONTROLLERS - create routes

User Routes (MVP):

  • /api/users/ - findAll()
  • /api/users/1 - findOne()
  • /api/users/ - create()
  • /api/users/1 - update()
  • /api/users/1 - destroy()
  • /api/users/login - findOne()

Post Routes (MVP):

  • /api/posts/ - findAll()
  • /api/posts/1 - findOne()
  • /api/posts/ - create()
  • /api/posts/1 - update()
  • /api/posts/1 - destroy()

Comment Routes:

  • /api/comments/ - findAll()
  • /api/comments/ - create()
  • /api/comments/1 - destroy()

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.