Git Product home page Git Product logo

jhonsnow456 / saathi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from the-anton/special-learning-disablility-analyser

0.0 1.0 1.0 60.06 MB

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: MIT License

JavaScript 96.96% CSS 2.42% HTML 0.62%
azure-storage pwa reactjs sih2022

saathi's Introduction

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://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 http://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.

saathi's People

Contributors

jhonsnow456 avatar the-anton avatar khiladi2020 avatar ravinder-groww avatar the-vector-007 avatar

Watchers

James Cloos avatar

Forkers

sashaen

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.