Skip to content

HKornchanok/recuitdee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RecruitDee

A full-stack platform built with Angular and Node.js.

Project Structure

The project is divided into two main parts:

  • frontend/: Angular application
  • backend/: Node.js server

Prerequisites

  • Node.js
  • npm
  • Angular CLI

Getting Started

Frontend Setup

  1. Navigate to the frontend directory:

    cd frontend
  2. Install dependencies:

    npm install
  3. Start the development server:

    ng serve

    The application will be available at http://localhost:4200

Backend Setup

  1. Navigate to the backend directory:

    cd backend
  2. Install dependencies:

    npm install
  3. Start the server:

    node server.js

    The server will run on http://localhost:3000

Development

  • Frontend development server runs on port 4200
  • Backend server runs on port 3000
  • Make sure both servers are running for full functionality

Technologies Used

Frontend

  • Angular
  • TypeScript
  • HTML/CSS

Backend

  • Node.js
  • Express.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors