Skip to content

pbywater/week7-PAJeS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAJeS y PAJeS of Blog Posts 😉

We're aiming to create a simple blog application that allows users to log in, write their own posts and view others' posts. As a stretch goal, we would like new users to be able to register new accounts.

User Stories

  • I would like to to able to write a blog post and post it under my username
  • I would like to be able to see a list of my blog posts
  • I would like the platform to be simple and easy to use
  • I would like to be able to view other people's posts
  • I would like to be able to view other posts written by a certain user

Architecture and Schema

img_2415

image

Stretch goals

  • Register user
  • Hashing passwords
  • Following user
  • Allowing user to add images

Installation instructions

  • Clone this repo
  • Run npm install
  • Add config.env and config-test.env files (ask us for the passwords!)
  • Run npm run dev to run server locally
  • To test - npm run test
  • To test database - npm run test-database
  • For coverage - npm run coverage