Skip to content

A website in Django to learn German

License

Notifications You must be signed in to change notification settings

telos-matter/Amets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amets   DEVELOPMENT STATUS: finished

During my 3rd semester in 2021/2022, we were tasked with creating a website using Django that would help users learn German. We took the idea a bit further and added a reddit / stackoverflow like feature where users could ask questions and answer them and share news and talk about them. All with a voting, replies and ranking system.

Here is a Youtube video showcasing the website:

Amets youtube showcase video

How to run the project:

If you want to run the project locally, you can do so by following these steps:

  1. Clone the repository
$ git clone https://github.com/telos-matter/Amets.git
  1. Make sure you have Django 4.0.3 or higher installed. You can check trough this command:
$ python -m django --version

If you don't have Django installed, you can follow this official tutorial which will guide you trough the installation and also happens to be a really good tutorial for Django basics as well. (I highly recommend it, it's how I learned Django.)

  1. Navigate to the project folder and run the server
$ cd Amets
$ python manage.py runserver

And that's that. The provided SQLite database should give you enough content to play around with the website.