GithubHelp home page GithubHelp logo

internships-management's Introduction

Internships Management Platform

This Internships Management Platform is designed to facilitate the management of internship programs, connecting students with potential employers. It supports functionalities such as user authentication, internship postings, application management, and progress tracking.

Technologies Used

This project is built with the following technologies:

  • Node.js - Evented I/O for the backend.
  • Express.js - Web application framework for Node.js.
  • TypeORM - An ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms.
  • MySQL - Relational database used to store user and internship data.
  • JWT - Used for securely transmitting information between parties as a JSON object.
  • Joi - Object schema validation.
  • bcrypt - A library to help you hash passwords.
  • Helmet - Helps secure Express apps by setting various HTTP headers.
  • Morgan - HTTP request logger middleware for node.js.
  • Cors - Package for providing a Connect/Express middleware that can be used to enable CORS.

Additional Tools and Packages

  • Swagger - API documentation tool for designing, building, and documenting APIs.
  • ESLint - Static code analysis tool for identifying problematic patterns in JavaScript code.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the latest version of Node.js and npm installed on your machine. You can check your current version with the following commands:

node --version
npm --version

Installation

Clone the repository:

git clone https://github.com/samer-mansouri/internships-management-platform.git

Navigate to the project directory :

cd e-learning-platform

Install the project dependencies:

npm install

Create a .env file in the root directory of your project and add the necessary environment variables:

API_PORT=5000
DB_HOST=localhost
DB_PORT=3306
DB_USERNAME=your_mysql_username
DB_PASSWORD=your_mysql_password
DB_DATABASE=internships_management
ACCESS_TOKEN_SECRET=your_access_token_secret
REFRESH_TOKEN_SECRET=your_refresh_token_secret

Start the development server:

npm run dev

Usage

After starting the server, you can begin using the Internships Management Platform by accessing http://localhost:5000 in your web browser or through tools like Postman for API interaction.

License

This project is licensed under the ISC License - see the LICENSE.md file for details.

internships-management's People

Contributors

samer-mansouri avatar s-rr3d-7050 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.