GithubHelp home page GithubHelp logo

book-squad's Introduction

Rent A Programmer!

Welcome to your very own Rent A Programmer!

A Full Stack website to order a programmer for all of your coding needs. We have a selection of programmers with different specialties to choose from. There's even a page to see every order you've submitted.

Installation

To start up the back-end, open a second terminal and run these commands: pipenv install && pipenv shell, npm install --prefix client.

To get the front-end started, first cd into the client directory and run these commands in the terminal: npm install, npm install react-router-dom, npm start.

Phase-4 Project Requirements

-Use a Flask API backend with a React frontend.
-Have at least three models on the backend, that include the following:
    -At least two one-to-many relationships.
    -At least one reciprocal many-to-many relationship.
    -Full CRUD actions for at least one resource.
    -Minimum of create and read actions for EACH resource.
-Use forms and validation through Formik on all input.
    -At least one data type validation.
    -At least one string/number format validation.
-Have at least three different client-side routes using React Router. Be sure to include a nav bar or other UI element that allows users to navigate between routes.
-Connect the client and server using fetch().

Models

Programmer, User, and Order

A User can make many Orders. A Programmer can have many Orders. An Order belongs to a User and belongs to a Programmer.

Components

App, Home, HomeCard, NavBar, Orders, ProgrammerCard, Programmers, TopBanner

Authors

Erica, Harjas, Sebastian

book-squad's People

Contributors

sebby235 avatar harjas816 avatar codethepotato 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.