This repository contains both the frontend (React) and backend (Express.js) components of our application.
The application is a web application that allows you to manage a crypto walletw with simple interaction and monitoring tha market in real time.
- Built with React
- Features: To be updated
- Navigate to the frontend directory:
cd frontend
- Install dependencies:
npm install
- Start the development server:
npm run dev
The frontend will be available at http://localhost:5173
- Built with Express.js
- Features:
- RESTful API endpoints
- Database integration
- Authentication middleware
- Error handling
- Navigate to the backend directory:
cd backend
- Install dependencies:
npm install
- Set up environment variables:
- Create a
.env
file based on.env.example
- Configure your database connection and other settings
- Create a
- Start the server:
npm start
The API will be available at http://localhost:3000
- Frontend and backend can be developed independently
- Make sure both servers are running for full functionality
- Check individual README files in each directory for more detailed instructions
Please read our contributing guidelines before submitting pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.