it's a social network in which people can share their best pictures with others, interact with them by liking their posts or following them.
·
Report Bug
·
Request Feature
Table of Contents
it's a social network in which people can share their best pictures with others, interact with them by liking their posts or following them.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This project was generated with Django version 4.0.5.
Below is an example of how you can instruct your audience on installing and setting up the app. This template doesn't rely on any external dependencies or services.
-
Clone the repo by running
git clone https://github.com/OneEyeX/Share-Your-Best-Pics.git
-
setting up and activating the Virtual Environment
Run
python -m venv venv
then
source venv/Scripts/activate
- Installing Django
pip install django==4.0.5
- Activating the server
cd Share-Your-Best-Pics
then
python manage.py migrate
then
python manage.py runserver
for a dev server. Navigate to http://localhost:8000/
. The application will automatically reload if you change any of the source files.
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.md
for more information.
Chedly Chahed - @chedly_chahed - [email protected]
Project Link: https://github.com/OneEyeX/Share-Your-Best-Pics