Code Monkey home page Code Monkey logo

neiist-website's Introduction


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

neiist-website's People

Contributors

cristianocclemente avatar dependabot[bot] avatar andre15silva avatar mokita-j avatar renovate[bot] avatar nelsontr avatar davidakafunky avatar diogosantoss avatar guilherme-batalheiro avatar nunobrazz avatar cmcarreiro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.