π A front-end application built with React, Redux & RTK Query, Bootstrap, Socket.io, Typescript, and JSON Web Tokens. Adapted from the original morfi project. π
Welcome π to the morfi frontend app repository (a shortened version made with react), where the code for the store page, user registration, and customer communication can be found.
As a novelty, the back-end section of the application has also been added! π₯
(Please bear in mind that the site will take a while to load since it's deployed on a free tier, but it will load, just give it some time π)
- https://morfi-react.vercel.app - Front-end deployment in vercel.
- https://node-rest-jwt.onrender.com - Back-end deployment in render (cold start βοΈ, so it will be the slower of the two).
- State and request handling using React & RTK Query
- Bootstrap and SASS custom styles
- Session management with JSON Web Tokens (aka "jwt") (authentication, session inactivity, auto-login, token rotation, etc)
- Query-based filtering of products
- A socket.io-based chat implementation
- Create an order that edits product stock
npm install
This requires that you have already pre-configured the ".env.development" file. You can find the example in .env.example.development.
For production mode, you will need the ".env.production" file and also to start the server with the results of npm run build
.
See the section about deployment for more information.
The page will reload if you make edits. You will also see any lint errors in the console.
npm start
Launches the test runner in the interactive watch mode. See the section about running tests for more information.
npm run test
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Copyright Β© 2022 enzoarguello512.
This project is MIT licensed.