Coder Social home page Coder Social logo

spicy_opinions's Introduction

Spicy Opinions

Introduction

Spicy opinions is an application that allows users to post their deepest most intimate hot takes. Is soup a drink? Does pineapple belong on pizza? Find out here...

You can track my progress here.

Installation

To get a local copy up and running follow these steps

  1. Clone the repo
    git clone https://github.com/elyhess/spicy_opinions
    
  2. Install dependencies
     dir: /server
     npm install
    
     dir /client
     yarn install    
    
  3. DB migration
     dir /server
     npm run migrate
    
  4. Add ENV variables (.env file in /server root dir)
     PORT=<port_num>
     DB_USER=<db_username>
     DB_NAME=<db_name>
     JWT_SECRET=<secret>
    
  5. Start servers
    dir /server
    npm run dev
    
    dir /client
    yarn start 
    
  6. Visit localhost
    http://localhost:3000
    

spicy_opinions's People

Contributors

elyhess avatar

Watchers

 avatar

spicy_opinions's Issues

Users CRUD w/ JWT

Create Users CRUD

  • GET /users
  • GET /users/:id
  • POST /users/register
  • POST /users/login

Add /about page

Add about page that gives description of the application, technologies used, and github information

Articles CRUD

Create articles CRUD

  • GET /articles
  • GET /articles/:id
  • PATCH /articles/:Id
  • POST /articles
  • DELETE /articles/:id

Nav Component

Setup navbar component with tailwind styling & links to account page & species (hot-takes)

Add /profile page

Add /profile page where users can see all the articles they've posted and delete their account / all associated articles

Navbar functionality

Setup navbar functionality for working links to correct pages

/profile
/spicies

Setup

Initial project setup.

  • Create project
  • install dependencies
  • Start readme
  • Create DB
  • Create migrations
  • Create Models

Setup

Setup Client Side

  • Create-react-app
  • Install dependencies

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.