ReadMe is a web application that gathers articles from the internet and recommends them to users depending on their likes.
- User can connect to the applications and select choices such as Machine Learning, Programming, Data Science, and Dev Ops etc. So that only the articles from those areas are shown to the user.
- Every day, an article is sent to the user's email address based on their choices.
- The user can search for an article from a pool of articles or use filters to find articles from a specific domain.
- As a mark of thanks, enthusiastic readers are granted a User Badge.
https://readme-app.herokuapp.com/login
Below are the techonologies that we have used to build the application.
- Python3
- Django
- Angular
- HTML
- CSS
- JavaScript
- TypeScript
-
Install the packages needed for the project
pip install -r requirements.txt -
Create a virtual Enviornment
virtualenv venv -
Activate the Environment
source venv/scripts/activate -
Run the migration commands to create tables in the database
python manage.py makemigrationspython manage.py migrate -
Create the login credentials when prompted and don't forget to save this, because the same credentials are used to login to the admin console
python manage.py createsuperuser
- Run
python3 manage.py runserverfrom the folder/codeletter. - Next, open the browser and enter, https://localhost:{port_number}}/ to make post requests to APIs.
- At the admin/ page, you can add dummy data in the models and make POST requests to test the APIs.
- The API url is https://readme17se.pythonanywhere.com/ and their endpoints and respective documentation is available at here.
- The concepts and articles are scraped from towardsdatascience.com and the scraper function get_scraped_content(year) is available in the file codeletter/utils.py.
- The file codeletter/send_articles_daily.py contains a function cronjob() which takes all users from the database and sends them a new article everyday based on their preference.
- Login - The User can login using google account.
- Home - The article of the day and list of recommended articles will be available in this page.
- On click of user icon, the options to update article subject preference and log out will be displayed.
- On click of preference, update preference pop-up will be displayed.
- My Profile - The articles sent to the user till date will be categorized under the selected preferences.
- Conference Page - Upcoming Conference with the link to registeration will be available.
- Conference Page - Your Conferences - The registered conferences are listed under your conferences with add to calendar option.
- Clone the project. Code for the front-end is available in ReadME/UI.
- Setup Node and Angular CLI in your desktop.
- Open the command prompt and navigate to the UI Directory.
- Install the node packages using the command
npm install - Serve the angular application in your local environment using the command
ng serve --o - The application will be served in the url http://localhost:4200 of your default browser.
- Allows users to choose a topic, and articles from that topic are sent to them every day in such a way that each article is related to the one before it. This allows the individual to master that particular area.
- List of research conferences happening.
- Expand the number of domains/areas; right now, we're just showing articles from a few, but there's obviously room for more.
Email : csc510project21@gmail.com
- Nivedita Lodha
- Uma Gnanasundaram
- Sai Naga Vamshi Chidara
- Neha Kotcherlakota
- Akhil Kumar Mengani





