doilyuser / dev-deals

A small project attempting to simulate a supermarket noticeboard with a dash of the cheek of Vic Deals.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev-Deals App

Description

A small project attempting to simulate a supermarket noticeboard with a dash of the cheek of Vic Deals.

By the end of day we hope to have a "/" for adding and showing all bulletins and an "/:id" which will include our update & delete functionality.

Scope

Our requirements are to include 1x thunk and to focus on the team dynamics over the product. Our self imposed requirement is to have fun!

MVP

Our MVP Includes one thunk when retrieving and loading bulletins. We would like to have full CRUD functionality.

Stretch

Our stretch includes fun loading screens (more thunks) and to list fellow student's as well as facilitator's property in the L&F or B,S&E.

We would also like to remove the delete funcionality in favour of a timer delete functionality - more like a supermarket noticeboard.

API Documentation

API Documentation goes here

<------------------------------------------

Setup

Cloning and installation

  • Clone this repo, navigate to it, install packages, and start the server with npm run dev

    Tip

    You may also want to start a new branch

    cd my-fullstack-collection-scss
    npm i
    git checkout -b <branchname>
    npm run dev
More about using npm vs npx
  • When running knex, run npm run knex <command>, e.g. npm run knex migrate:latest rather than using npx
  • When running webpack, run npm run webpack <extra commands>, e.g. npm run webpack, rather than using npx

Requirements

Find a list of our dependencies in package.json.

Express, Knex, PG, & TS-Node are the only essentials for deployment.

Boilerplate

This repo was provided by Dev Academy/Te Kura Hangarau o Aotearoa. It was designed to provide space to code a fullstack app. It contained node modules and folders for databases, routes, api requests, react components, and redux actions and creators.


Provide feedback on this repo

About

A small project attempting to simulate a supermarket noticeboard with a dash of the cheek of Vic Deals.


Languages

Language:TypeScript 59.5%Language:JavaScript 25.6%Language:SCSS 12.2%Language:HTML 2.8%