This is a repository to my game site using MongoDB data base in a website built using Django
- Python 3.12.1
- Install Anaconda Distribution or Git bash for using like terminal.
- In the desktop I created my folder.
- I opened the terminal in the right folder of the project.
- I Create a virtual environment from the Project directory
- pip install all requirements
- python manage.py runserver in the terminal
- open http://127.0.0.1:8000/ in the Chrome browser
- Please apply migrations using this command a. python manage.py make migrations b. python manage.py migrate c. python manage.py run server
- In the setting file I modified the database engine to connect to mangodb databsase
- Home page is a list of view of all games in the database
- Can create a user from the register page
- Can create a game if login and fill the form upload the image the URL of the image will be saved in the mangodb data base
- Django Admin http://127.0.0.1:8000/ admin
- bootstap 4.6 used for styling the HTML page by coping Bootstrap CDN in my base html template