Skip to content

RudraNarayan94/Echoes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Echoes

It is a social media application created using Bootstrap and Django.

To run the Echoes backend locally:

  1. Ensure that you have Python 3.x and pip installed on your system.
  2. Clone this repository using the following command:
    git clone https://github.com/RudraNarayan94/Echoes.git
    
  3. Create a virtual environment:
    python3 -m venv env
    
    OR
    python -m virtualenv env
    
  4. Activate the virtual environment:
    • On macOS and Linux:
      source env/bin/activate
      
    • On Windows:
      env\Scripts\activate
      
  5. Install the project dependencies:
    pip install -r requirement.txt
    
  6. Apply the database migrations:
    python manage.py migrate
    
  7. Run the development server:
    python manage.py runserver
    

Contributing

Contributions are welcome! If you encounter any issues or have ideas for improvements, please open an issue or submit a pull request.

License

MIT

About

creating a social media web app using django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published