Skip to content

mumiak-mitch/Lushlyrics

 
 

Repository files navigation

Setup

To get started, follow these steps:

1. Clone the repository

git clone https://github.com/mumiak-mitch/Lushlyrics.git

2. Create and activate a virtual environment

pipenv shell

3. Install dependencies

pipenv install -r requirements.txt

4. Run the development server

python manage.py runserver

5. Access the application

Navigate to http://127.0.0.1:8000/ in your web browser.

My contributions

Restrict anonymous access to the Lushlyrics website.

Secure access to the site with authentication and authorization

Design user-friendly password recovery.

About the project

I forked the Lushlyrics-insecure repository so that I can contribute to it.

My contributions are as shown above.

A user can access the site and play music even while not logged in but they can't access some features like liked songs unless they are logged in.

Users

Admin, Youttify1234 testing1, yggynvTY56#

Important

I am not the creator of Lushlyrics, I got the project from Coursera Project Network and my work was to add authentication and authorization to Lushlyrics.

It has helped me to improve skills such as:

Problem solving

Critical thinking

Collaboration

About

Authentication and Validation added.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.2%
  • CSS 37.6%
  • HTML 16.5%
  • Python 6.7%