Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.49 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.49 KB

EpiRoom

EpiRoom is a simple web application built with Next.js that provides a user-friendly interface for Epitech students to find available rooms. This project aims to streamline the process of locating study spaces within the Epitech campus.

Features

  • Room Display: Easily view and search for available rooms.
  • User-Friendly Interface: Intuitive design for a seamless user experience.

Getting Started

Prerequisites

Before you begin, ensure you have the following installed on your machine:

Installation

  1. Clone the repository:

    git clone https://github.com/Noa-Trachez/TempEpiRoom.git epiroom
    cd epiroom

Usage

For all this steps, you need create a .env file in the epiroomnext folder with the following variables:

  • EPITECH_COOKIE=your_epitech_cookie

Using Docker Compose

  1. Build and run the Docker containers:

    docker-compose up -d
  2. Open your browser and go to http://localhost:8080 to access EpiRoom.

Manual Setup

  1. Navigate to the epiroomnext directory:

    cd epiroomnext
  2. Start the development server:

    yarn install
    yarn build
    yarn start
  3. Open your browser and go to http://localhost:3000 to access EpiRoom.

Screenshots

img.png img_1.png