This is a full-stack web application that uses artificial intelligence to generate survey questions and analyze user responses.
- Technology Stack
- Getting Started
- Running the Application
- Git Commit Conventions
- Branching
- Pull Requests
- Frontend: React
- Backend: Express/Node
- Clone the repository:
git clone https://github.com/shannon-jx/formalyze.git cd formalyze
- Install dependencies for both client and server:
- Client (React):
cd client npm install
- Server (Node.js):
cd ../server npm install
- Start the Backend Server
cd server
npm run dev
- Start the Frontend Client
cd ../client
npm start
- Open http://localhost:3000 to view the frontend in the browser.
- feat: Used when adding a new feature to the project
- fix: Used when fixing a bug
- docs: Used when updating documentation
- refactor: Used when refactoring code without changing its behavior
- test: Used when adding or modifying tests
- chore: Used for miscellaneous tasks
<name> / <type_of_change> / <description>
eg. tom/feat/home-page
- Describe your Changes
- Issue(s) Fixed
- Things to Note
- Type of Change