✨ Welcome to Menstruated ✨
- Frontend: Html,Css
- Backend: Django
- Version Control: Git and GitHub
- Hosting: Heroku
- Code Editor and tools: VS Code
- Overview
- Features
- Future Prospects
- Setup Guidelines
- Contribution Guideline
Menstruated is a place where women share their first-period stories, feelings, emotions through blogs. Can track their periods and get notified early through the mail. They should know that they are not alone in the fight against PCOS by-polls which shown in the graph and many other questions. Can know the myths/facts, self-care during periods.
- Sign up, Login, Logout
- Write Blog
- Edit Profile
- Polls
- PeriodDate Reminder
- Information about Pcods, Self care
- Frequently asked questions
- Contact section
- Project
- Apps
- Static Files
- Templates
- Location detection and details of nearby gynecologist.
- Adding quiz app which will take inputs about periods and give information of what is right and wrong.
About Us | Explore Page | Add Data | Fields |
PeriodDateReminder | Pollstoknow | Contact section | Blog List |
Setup Steps
- Setup Virtual environment
$ python3 -m venv env
- Activate the virtual environment
$ source env/bin/activate
- Install dependencies using
$ pip install -r requirements.txt
- Make migrations using
$ python manage.py makemigrations
- Migrate Database
$ python manage.py migrate
- Create a superuser
$ python manage.py createsuperuser
- Run server using
$ python manage.py runserver