Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

gajeraYash/myyfeed-app

Repository files navigation

Social Media App

Project for CS490

Info

Project has been archived as underlying free hosting service as expired and code will not be updated. This project was generated with Django version 3.1.2.

Environment Setup

Python environment is built with Conda

Create the environment from the environment.yml file:

  • conda env create -f CS490env.yml MAC.
  • conda env create -f CS490envNB.yml Windows.

Latest python required dependencies can be found requirements.txt or requirements.yml

Development server

Run python manage.py runserver for a dev server. Navigate to http://127.0.0.1:8000/.

Hosting

The application is currently hosted on Heroku platform.

Link to the app: https://cs-490.herokuapp.com/

Documentation

To get more help on the Django go check out the Django Documentation or DevDocs Django.