Skip to content

Web application for training parents of autistic children.

Notifications You must be signed in to change notification settings

kanup/ParentTrainingApp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About The Project

This is a web application for training parents of autistic children. The parents would access the website for lesson plans - which would be assigned by the admin.

Built With

Getting Started

Install Django on your computer.

Setting Up The Project

  1. Install Django from docs.djangoproject.com
  2. Clone the repo
    git clone https://github.com/avgupt/ParentTrainingApp.git
  3. Make migrations
    python manage.py makemigrations
    python manage.py migrate --run-syncdb
  4. Run the project
    python manage.py runserver

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Avishi Gupta - @avgupt - avishig012@gmail.com

Acknowledgements

About

Web application for training parents of autistic children.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.4%
  • HTML 20.3%
  • Python 5.9%
  • JavaScript 5.6%
  • PHP 1.8%