"Project Aprata" is a web application developed with Node.js for the backend and React for the frontend. This project offers a dynamic and responsive user interface, ideal for users seeking an interactive and modern experience.
- Interactive Interface: Developed with React, it provides a fluid and responsive user experience.
- Robust Backend: Utilizing Node.js, the backend is optimized for performance and scalability.
- API Integration: Easily integrates with various APIs to expand functionality.
- Clone the Repository:
git clone https://github.com/eduardorossetti/project-aprata.git
- Install Node Dependencies:
- Navigate to the backend folder:
cd packages/api
- Run
pnpm install
to install Node.js dependencies.
- Navigate to the backend folder:
- Install React Dependencies:
- Navigate to the frontend folder:
cd packages/aprata
- Run
pnpm i
to install React dependencies.
- Navigate to the frontend folder:
- Start the Backend Server:
- In the backend folder, run
pnpm run dev
.
- In the backend folder, run
- Start the React Application:
- In the frontend folder, run
pnpm start
. - The application will be accessible at
http://localhost:3000
.
- In the frontend folder, run
Your contributions are welcome! If you have suggestions to improve the application or add new features, feel free to create a pull request or open an issue.
This project is under the MIT License. See the LICENSE file for more details.
Created by Eduardo Rossetti - feel free to get in touch!