This app is design to work with the blog_API, this repo contains a simple blog app that allows you create users also create, update and delete posts and comments for the posts, connecteed to a API running in your localhost at the same time.
- React.js
- Ant design
- Axios
- PlayWright
- NodeJS
- NPM
-
Clone repository.
-
npm install
-
npm init playwright@latest
npm run start
will run the app on thelocalhost:3001
because the API is running at the same time in thelocalhost:3000
.
npx playwright test
it's important to have the API server running before run the test.
-
GitHub: @AntonioHincapie
-
Twitter: @MarcoHincapie
-
LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- How to create a REST API with Node.js and Express from PostMan.
This project is MIT licensed.