GithubHelp home page GithubHelp logo

coombszy / acebook-teamtbd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from makersacademy/acebook-java-react-template

0.0 1.0 0.0 445 KB

Java 33.46% JavaScript 49.27% HTML 14.24% CSS 3.03%

acebook-teamtbd's Introduction

Acebook

This is a java/springboot and react project to be developed on.

It uses:

  • maven to build the project
  • webpack to bundle the javascript
  • thymeleaf to serve index.html
  • react to make requests to the api and render the component views
  • flyway to manage postgres db migrations

Card wall

https://trello.com/b/q42pAveB/acebook

Design

This app has a somewhat typical API structure: in this case a springboot API serving data which a react frontend consumes.

IMPORTANT: Test your understanding by diagramming the request/response cycles that occur when you load the app by visiting localhost:8080

Learning Plan

This project will ultimately be really rewarding if you follow these three points:

  1. Work as a team. Don't be tempted to split up to learn solo. At the very least pair on learning, and share knowledge as a team.
  2. As a team, plan your learning. There's a ton of new things in this project, purposefully so. That's ok. As always with everything, take it slowly & in small steps: ask a coach if you want more ideas how to plan your team learning.
  3. As an individual, plan your learning. Use Diode to keep yourself focused on setting and achieving your learning goals.

QuickStart Instructions

  • Fork and clone this repository to your machine

  • Use an IDE, like intellij, and select the project directory to load into the editor (you may need to set the source folder in the project settings)

  • From the command line create a dev database createdb acebook_springboot_development

  • run the main application

  • visit localhost:8080

  • Temporarily, if you want to add some posts you can use curl to post data to the API and then refresh the page.

curl -X POST "localhost:8080/api/posts" -d "{\"content\": \"Hi, Folks!\"}" -H "Content-Type: application/json"

(At some point a form would be implemented sends data to the API)

Database

Flyway is being used to manage your database migrations. Use the flyway docs to become familiar how to migrate your data.

Deployment

  • the template is currently hosted on heroku at https://springboot-react-template.herokuapp.com/
  • Remember to set the right profile in your application.properties file eg: spring.profiles.active=dev for when you want to use your dev environment, and when you want to use your prod environment.

CI

  • to be configured

acebook-teamtbd's People

Contributors

amarzook1 avatar coombszy avatar dearshrewdwit avatar edwardandress 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.