Skip to content

AminovE99/link_saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links register app

⚗️ This application is a POC of my abilities and skills

🚧 Install

  • Create virtual enviroment for application
python3 -m venv myvenv
  • Download packages from requirements.txt
pip install -r requirements.txt
  • Configure your redis-server configuration inside link_saver.settings
    • REDIS_HOST - Host of redis
    • REDIS_PORT = Port of redis

🚀 Usage

python manage.py runserver

✅ Run tests

python manage.py test

👤 Authors

⚡ Possible Enhancement

  • 🐳 Create docker-compose for app

📄 License

This project is AGPL v3 licensed.

About

API to save and show links

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages