Skip to content

Melon-Tusk is an app developped by two students of the CPNV Sainte-Croix, it let you manage a virtual portfolio

License

Notifications You must be signed in to change notification settings

VicMtn/melon-tusk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melon-Tusk

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.

Frontend (/frontend)

  • Built with React
  • Features: To be updated

Getting Started (Frontend)

  1. Navigate to the frontend directory:
    cd frontend
  2. Install dependencies:
    npm install
  3. Start the development server:
    npm run dev

The frontend will be available at http://localhost:5173

Backend (/backend)

  • Built with Express.js
  • Features:
    • RESTful API endpoints
    • Database integration
    • Authentication middleware
    • Error handling

Getting Started (Backend)

  1. Navigate to the backend directory:
    cd backend
  2. Install dependencies:
    npm install
  3. Set up environment variables:
    • Create a .env file based on .env.example
    • Configure your database connection and other settings
  4. Start the server:
    npm start

The API will be available at http://localhost:3000

Development

  • 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

Contributing

Please read our contributing guidelines before submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Melon-Tusk is an app developped by two students of the CPNV Sainte-Croix, it let you manage a virtual portfolio

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published