Skip to content

The project was part of SIH'22. It help in providing a detailed report of the children having special learning which could early detect the symptoms

License

Notifications You must be signed in to change notification settings

jhonsnow456/Saathi

 
 

Repository files navigation

Special Learning Ability Analyzer(Saathi)

License Issues Pull Requests GitHub Stars

This is the repository for the "Special Learning Ability Analyzer" project. The project aims to provide a detailed report on children with special learning needs and to help detect symptoms early.

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository to your local machine using the command:

    git clone https://github.com/username/special-learning-ability-analyzer.git
    
  2. Switch to the 'frontend' branch using the command:

    git checkout frontend
    
  3. Create a folder named 'frontend' and move all the files from the 'frontend' branch to that folder.

  4. Install the required dependencies for the frontend by running the following command inside the 'frontend' folder:

    npm install
    
  5. Start the frontend server using the command:

    npm start
    
  6. Switch to the 'backend' branch using the command:

    git checkout backend
    
  7. Create a folder named 'backend' and move all the files from the 'backend' branch to that folder.

  8. Install the required dependencies for the backend by running the following command inside the 'backend' folder:

    npm install
    
  9. Create a .env file in the root folder of the backend with the following data:

    PORT=8000
    DATABASE=mongodb:https://localhost:27017/auth
    TOKEN_SECRET=secret-key
    

    Note: Update the DATABASE value to match your local MongoDB instance.

  10. Start the backend server using the command:

    npx nodemon index.js
    

Now you can access the frontend application by navigating to https://localhost:3000 in your web browser.

Contributing

If you'd like to contribute to this project, please fork the repository and submit a pull request.

About

The project was part of SIH'22. It help in providing a detailed report of the children having special learning which could early detect the symptoms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.0%
  • CSS 2.4%
  • HTML 0.6%