Skip to content

itsShafi/FPL_Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPL_Manager

This is FPL Manager, where you compete with the other managers on the server based on how well you can predict the performances of your favorite players in th Barclays Premier League.

The contributors to this project are:

  • Md Shafiul Haque (1905102)
  • Tahsin Wahid (1905115)

Getting Started

Prerequisites

Make sure you have node and oracle installed in your device.

Node.js: Install Node.js from here

Oracle: Install Oracle from here and register for an account of your own

Getting the repository

  1. Clone the repo or download zip.

Setting up Node

  1. Go to the repository directory and open terminal.

  2. Install packages

    npm install

    This will install all the required packages for this project.

Setting up Oracle

  1. Open SQL Plus

  2. Enter credentials

    username: sys as sysdba
    password: password
  3. Create a new user named c##fpl_manager

    create user c##fpl_manager identified by fpl;
    grant all privileges to c##fpl_manager;

Setting up the Database

  1. Connect to oracle as c##fpl_manager in SQL Plus

  2. Copy and paste from sql_dump/schemas.sql and run.

    @schemas;
  3. Check for errors.

One last step

  1. Now that everything is set, open terminal in the base directory of the repo.

  2. Run the server

    npm run dev 

About

Database Sessional Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published