- [Website Link] https://liaison-main.onrender.com/
- February 2023
Python, Django, PostgreSQL, AWS
Liaison is a project sharing platform developed with a focus on collaboration and communication among peers. The key features include:
- Developed a collaborative platform using Django with messaging and project posting features.
- Implemented PostgreSQL for the database to ensure efficient data management.
- Deployed the application on AWS, providing a scalable and reliable platform for 50+ users.
- Built an API to facilitate data accessibility, allowing seamless integration with other users and developers.
To get started with Liaison, follow these simple steps:
-
Clone the repository.
git clone https://github.com/alexTamboli/Liaison.git
-
Install the required dependencies.
pip install -r requirements.txt
-
Set up the Django project.
python manage.py migrate python manage.py runserver
Now you're all set to explore Liaison locally on your machine!
Make sure to create superuser and connect DB of your choice no access to RDS is granted. Feel free to reach out if you have any questions or encounter any issues during the installation process.