Skip to content

A website where you can keep up to date with NEIIST. A platform to help students find the right Master's thesis. A place for NEIIST's members to get involved with the association.

Notifications You must be signed in to change notification settings

andre15silva/neiist-website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

NEIIST Website

A website where you can keep up to date with NEIIST.
A platform to help students find the right Master's thesis.
A place for NEIIST's members to get involved with the association.
Go to Website »

Report Bug · Request Feature

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • NPM

    sudo apt install npm
  • Node.js

    sudo apt install nodejs
  • PostgreSQL

    sudo apt install postgresql

Installation

  1. Create a Fénix application with a Redirect Url of http://localhost:3000/ and a Scope of Informações at https://fenix.tecnico.ulisboa.pt/personal/external-applications/#/applications
  2. Create a PostgreSQL database
    sudo -i -u postgres
    psql
    CREATE DATABASE neiist;
    \q
    exit
  3. Clone the repo
     cd folder-where-i-keep-my-repos/
    git clone https://github.com/neiist-dev/neiist-website.git
  4. Server: Install NPM packages
    cd server/
    npm install
  5. Server: Create .env file
    cp .env.example .env
  6. Server: Populate the .env file with your Fénix application and database credentials
  7. Server: Run
    npm start
  8. Client: Install NPM packages
    cd ../client/
    npm install
  9. Client: Create .env file
    cp .env.example .env
  10. Client: Populate the .env file with your Fénix application credentials
  11. Client: Run
npm start

About

A website where you can keep up to date with NEIIST. A platform to help students find the right Master's thesis. A place for NEIIST's members to get involved with the association.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • Other 0.8%