Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.96 KB

README.md

File metadata and controls

63 lines (41 loc) · 1.96 KB

Blogslist app:

  • The app has the following properties:
    • user sign in/out
    • add blogs url, author, title to blogslist
    • view all saved blogs by all users
    • signed in user can add comments & likes on blogs other users have added
    • the user who added the blog has the ability to delete the blog from blogslist

Technologies used in this project:

  • ExpressJS
  • React
  • NodeJS
  • Axios
  • Cypress, Jest & React Testing Library
  • ESLint
  • Redux, Redux-thunk
  • MUI

Getting the project up and running:

This project was bootstrapped with Create React App.

  • Go to backend & start the graphql backend with npm start
  • Go to frontend & start the graphql frontend with the script npm start

Blogslist app gif:

blogslist app gif

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

npm run eject

Note: this is a one-way operation. Once you eject, you can't go back!

If you aren't satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.