It is a social media application created using Bootstrap and Django.
- Ensure that you have Python 3.x and pip installed on your system.
- Clone this repository using the following command:
git clone https://github.com/RudraNarayan94/Echoes.git - Create a virtual environment:
OR
python3 -m venv envpython -m virtualenv env - Activate the virtual environment:
- On macOS and Linux:
source env/bin/activate - On Windows:
env\Scripts\activate
- On macOS and Linux:
- Install the project dependencies:
pip install -r requirement.txt - Apply the database migrations:
python manage.py migrate - Run the development server:
python manage.py runserver
Contributions are welcome! If you encounter any issues or have ideas for improvements, please open an issue or submit a pull request.