ManavJoshi111 / digiScholar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DigiScholar

Prerequisites

Before running the code, make sure you have the following prerequisites installed on your system:

  • Node.js (version 14 or above)
  • Git

Instructions

  1. Clone the repository:

    git clone https://github.com/ManavJoshi111/digiScholar.git
    
  2. Change into the project directory:

    cd digiScholar
    

Frontend Setup

  1. Change to the frontend directory:

    cd frontend
    
  2. Install the required dependencies:

    npm install
    
  3. Start the development server:

    npm start
    

    This will start the frontend development server on http://localhost:3000.

Backend Setup

  1. Open a new terminal window or tab.

  2. Change to the backend directory:

    cd ../backend
    
  3. Install the required dependencies:

    npm install
    
  4. Start the backend server:

    npm start
    

    This will start the backend server on http://localhost:8000.

Now you have both the frontend and backend servers up and running.

Accessing the Application

To access the DigiScholar application, open a web browser and visit http://localhost:3000. You should see the application's homepage.

Note: The backend server is already configured to work with the frontend, so you don't need to make any additional changes.

That's it! You have successfully set up and run the DigiScholar project on your local machine. You can now explore the features of the application.

Features

  • Develop an eligibility criteria page that outlines the qualifications needed to be eligible for a scholarship.
  • Create an online scholarship application form that integrates with the website to simplify the application process.
  • Design a scholarship FAQs page that provides answers to commonly asked questions about the scholarship process and guidelines.
  • Develop a scholarship resources page that provides links to other websites and resources that can help students find scholarships and apply for them.
  • Build a scholarship news page that provides updates on new scholarship opportunities and any changes to existing scholarships.
  • Develop a scholarship testimonials page that features success stories from past scholarship recipients to encourage other students to apply.
  • Create a scholarship blog page that provides articles and blog posts about the scholarship process, tips for finding and applying for scholarships, and other related topics.
  • Develop a scholarship directory page that provides information on eligibility requirements, application deadlines, and more.

About


Languages

Language:JavaScript 73.0%Language:CSS 26.3%Language:HTML 0.7%