Skip to content

svoglimacci/IFT2935-Project

Repository files navigation

IFT2935 - Projet

Projet crée dans le cadre du cours de Base de donnée (IFT2935) @ UdeM.

Prerequisites

Make sure you have the following installed:

Clone this repository to your local machine using the following command:

git clone https://github.com/svoglimacci/IFT2935-Project.git

Getting Started - Backend

  1. Install dependencies by running:

    cd IFT2935-Project/server
    npm install
  2. Create a database by running:

 psql -U %USERNAME%
 CREATE DATABASE %DATABASE_NAME%;
  1. set your db config values in the db.js file.

  2. Generate datas by running:

    npm run seed
  3. Run the server:

    npm start

The server will start running on http://localhost:8080.

Getting Started - Frontend

  1. Install dependencies by running:

    cd IFT2935-Project
    pnpm install
  2. Run the app:

    npm run dev

The application will start running on http://localhost:3000.

About

Projet crée dans le cadre du cours de Base de Donnée (IFT2935) @ UdeM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors