Code Monkey home page Code Monkey logo

learner-linkup's Introduction

LearnerLinkup ๐Ÿ“š

LearnerLinkup is a web application designed to streamline the student enrollment process.

Prerequisites ๐Ÿ“‹

Before you can launch the LearnerLinkup project, ensure the following software is installed on your system:

  • Node.js (version 18 or later)
  • For database management, either Docker or a local installation of PostgreSQL can be used.

Installation โš™๏ธ

Follow these steps to set up the LearnerLinkup project on your machine:

1. Clone the repository: ๐Ÿ”ฝ

First, clone the repository to your local machine. You can use either SSH or HTTPS:

# SSH
git clone [email protected]:lucasbeckps/learner-linkup.git
# HTTPS
git clone https://github.com/lucasbeckps/learner-linkup.git

2. Enable Node Corepack: โ‡๏ธ

If Corepack is not already enabled on your system, you can activate it by running the following command as root or using sudo:

sudo corepack enable

Corepack allows you to manage your Node.js package managers and ensures that you use the package manager version specified in the 'package.json' file.

3. Install dependencies: ๐Ÿ“ฆ

Navigate to the project's root directory where the package.json is located and run the following command to install all required dependencies for the packages within the monorepo:

yarn install

4. Create a .env file: ๐Ÿ”‘

Duplicate the .env.example file and rename the copy to .env.

cp .env.example .env

By default, LearnerLinkup is configured to use a PostgreSQL database within a Docker container. Should you prefer utilizing a local PostgreSQL database, adjust the environment variables in the .env file accordingly.

5. Start the database: ๐Ÿ’พ

  • For Docker users: Execute docker compose up --build to build and start the postgresql database container.
  • For local PostgreSQL users: Ensure your PostgreSQL database service is active.

6. Apply the migrations: ๐Ÿ“

Execute yarn migrate to apply database migrations and create necessary tables.
If desired, you can set the project seed the database with preliminary data initially. These settings can be modified in the migrations-config.js file. With this initial setup, the default login credentials will be [email protected] with the password Password123*.

Running the Application โ–ถ๏ธ

Once the installation and setup processes are complete, the application is ready to be launched.

  • Start the project by running yarn dev. This command initiates both the API and the frontend server.
  • Access the frontend interface at http://localhost:3001.

๐Ÿ๐Ÿค“

learner-linkup's People

Contributors

lucasbeckps avatar jonatassaraiva avatar renovate[bot] avatar inovaedtech avatar guisemensatto avatar

learner-linkup's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency @types/lodash to v4.17.7
  • chore(deps): update dependency @vitejs/plugin-vue to v5.0.5
  • fix(deps): update dependency @nestjs/config to v3.2.3
  • fix(deps): update dependency vue to v3.4.33
  • fix(deps): update nest monorepo to v10.3.10 (@nestjs/common, @nestjs/core, @nestjs/platform-express, @nestjs/schematics, @nestjs/testing)
  • chore(deps): update dependency @nestjs/cli to v10.4.2
  • chore(deps): update dependency eslint-plugin-prettier to v5.2.1
  • chore(deps): update dependency ts-jest to v29.2.3
  • chore(deps): update dependency unplugin-vue-components to ^0.27.0
  • chore(deps): update dependency vite to v5.3.4
  • chore(deps): update postgres docker tag to v16.3
  • chore(deps): update yarn to v4.3.1
  • fix(deps): update dependency @tanstack/vue-query to v5.51.9
  • fix(deps): update dependency axios to v1.7.2
  • fix(deps): update dependency eslint to v9.7.0
  • fix(deps): update dependency eslint-plugin-vue to v9.27.0
  • fix(deps): update dependency prettier to v3.3.3
  • fix(deps): update dependency vue-router to v4.4.0
  • chore(deps): update dependency eslint to v9
  • chore(deps): update dependency supertest to v7
  • fix(deps): update dependency maska to v3
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

docker-compose
docker-compose.yml
dockerfile
docker/development/postgres/Dockerfile
  • postgres 16.2-alpine
npm
package.json
  • concurrently ^8.2.2
  • typescript ^5.1.3
  • yarn 4.1.1
packages/backend/package.json
  • @nestjs/common ^10.0.0
  • @nestjs/config ^3.2.2
  • @nestjs/core ^10.0.0
  • @nestjs/jwt ^10.2.0
  • @nestjs/platform-express ^10.0.0
  • @nestjs/typeorm ^10.0.2
  • bcrypt ^5.1.1
  • class-transformer ^0.5.1
  • class-validator ^0.14.1
  • dotenv ^16.4.5
  • find-yarn-workspace-root ^2.0.0
  • pg ^8.11.5
  • reflect-metadata ^0.2.0
  • rxjs ^7.8.1
  • typeorm ^0.3.20
  • @nestjs/cli ^10.0.0
  • @nestjs/schematics ^10.0.0
  • @nestjs/testing ^10.0.0
  • @types/bcrypt ^5
  • @types/express ^4.17.17
  • @types/jest ^29.5.2
  • @types/node ^20.3.1
  • @types/pg ^8
  • @types/supertest ^6.0.0
  • @typescript-eslint/eslint-plugin ^6.0.0
  • @typescript-eslint/parser ^6.0.0
  • eslint ^8.42.0
  • eslint-config-prettier ^9.0.0
  • eslint-plugin-prettier ^5.0.0
  • jest ^29.5.0
  • prettier ^3.0.0
  • source-map-support ^0.5.21
  • supertest ^6.3.3
  • ts-jest ^29.1.0
  • ts-loader ^9.4.3
  • ts-node ^10.9.1
  • tsconfig-paths ^4.2.0
  • typescript ^5.1.3
packages/frontend/package.json
  • @mdi/font 6.2.95
  • @tanstack/vue-query ^5.29.0
  • axios ^1.6.8
  • dotenv ^16.4.5
  • eslint ^9.0.0
  • eslint-plugin-vue ^9.24.1
  • find-yarn-workspace-root ^2.0.0
  • lodash ^4.17.21
  • maska ^2.1.11
  • prettier ^3.2.5
  • roboto-fontface *
  • vue ^3.4.21
  • vue-router ^4.3.0
  • vue-toast-notification ^3
  • vuetify ^3.5.8
  • @babel/types ^7.24.0
  • @types/lodash ^4
  • @types/node ^20.11.25
  • @vitejs/plugin-vue ^5.0.4
  • sass ^1.71.1
  • typescript ^5.4.2
  • unplugin-fonts ^1.1.1
  • unplugin-vue-components ^0.26.0
  • vite ^5.1.5
  • vite-plugin-vuetify ^2.0.3
  • vue-tsc ^2.0.6

  • Check this box to trigger a request for Renovate to run again on this repository

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.