Skip to content
added nextjs blurb authored by Alex Gobert's avatar Alex Gobert
......@@ -11,13 +11,15 @@ Classless Action is an open-source project that is contained in [GitLab](https:/
- UI implementation
- [Figma](https://www.figma.com)
- UI design
- [NextJS](https://nextjs.org/)
- NextJS is a ReactJS framework. As a result, NextJS implements all of React's useful features, like preserving state and fast load times. Additionally, NextJS implements inherent routing based on directory structures; React Router is no longer necessary to route traffic properly. Because of this and because the team had issues implementing React Router, the team ultimately decided that transitioning to NextJS was a favorable course of action.
## **Back-End**
### **Tools Used**
- [Flask v2.2.2](https://flask.palletsprojects.com/en/2.2.x/)
- Serve API Data
- Serve API data and populate internal database
- [SQLAlchemy v1.4.46](https://www.sqlalchemy.org/)
- Database Object Relational Mapper (ORM)
- [Flask-SQLAlchemy v2.5.1](https://pypi.org/project/Flask-SQLAlchemy/2.5.1/)
......
......