glebeda / footie

Football manager application for games organisation
0 stars 0 forks source link

Footie: Your Football Organizer

Footie is a web application designed to make organizing football games with friends easier and more efficient. It allows users to join games, create new matches, and manage football events seamlessly.

image

Features

Tech Stack

Getting Started

Prerequisites

Installation

  1. Clone the repository:
git clone https://github.com/your-github-username/footie.git
cd footie
  1. Install dependencies for the backend:
cd backend
npm install
  1. Set up your .env file according to the .env.example.

  2. Start the backend server:

npm start
  1. Install dependencies for the frontend:
cd ../frontend
npm install
  1. Start the frontend application:
npm start

Now, navigate to http://localhost:3000 to see your Footie app in action!