- 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
- ExpressJS
- React
- NodeJS
- Axios
- Cypress, Jest & React Testing Library
- ESLint
- Redux, Redux-thunk
- MUI
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
In the project directory, you can run:
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.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
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.
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.