Skip to content

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!

License

Notifications You must be signed in to change notification settings

ratalla816/Forge

Repository files navigation

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 git@github.com: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.

About

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!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •