Go to file
dependabot[bot] e7002fb9ee
Bump django from 4.1.7 to 4.1.9
Bumps [django](https://github.com/django/django) from 4.1.7 to 4.1.9.
- [Commits](https://github.com/django/django/compare/4.1.7...4.1.9)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-09 22:51:47 +00:00
.github/workflows Fix tests 2023-04-10 14:02:42 +03:00
FOSSDB_web Fix tests 2023-04-10 14:02:42 +03:00
.gitignore Update .gitconfig 2023-03-16 00:00:46 +02:00
config.json Initial commit 2023-03-15 23:57:51 +02:00
LICENSE Initial commit 2023-03-15 23:57:51 +02:00
manage.py Renamed project 2023-03-27 08:46:51 +03:00
pyproject.toml Renamed project 2023-03-27 08:46:51 +03:00
README.md Fix url 2023-04-10 14:30:02 +03:00
requirements_dev.txt Initial commit 2023-03-15 23:57:51 +02:00
requirements.txt Bump django from 4.1.7 to 4.1.9 2023-05-09 22:51:47 +00:00
setup.cfg Fix tests 2023-04-10 14:02:42 +03:00
setup.py Initial commit 2023-03-15 23:57:51 +02:00
tox.ini Fix tests 2023-04-10 14:02:42 +03:00

FOSSDB

Tests
License

FOSSDB is an open-source web application that helps users find, contribute, and collaborate on free and open-source software (FOSS) projects.

Table of Contents

Installation

  1. Clone the repository and cd into it.
  2. Install dependencies:
pip install -r requirements.txt
  1. Enter your SECRET_KEY and database information into config.json file.
  2. Run database migrations:
python manage.py migrate
  1. Create a superuser:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver

Usage

After following the installation steps, you can access the application at localhost:8000. Here are some of the features:

  • Browse projects by programming language, license, or search term
  • View project details, including programming languages, licenses, and descriptions
  • Create a new project and add programming languages and licenses
  • Edit and delete existing projects

Contributing

Contributions are always welcome! Here are some ways to get started:

  1. Fork the repository and make your changes.
  2. Submit a pull request.
  3. Respond to open issues or submit new ones.
  4. Improve documentation.

License

This project is licensed under the GPL3 License. See the LICENSE file for details.