Git Product home page Git Product logo

memefy's Introduction

Memefy

Find out your top songs and most listened to artists from spotify. Share them with your friends.

Requirements

API:

  • python 3.9
  • Docker
  • Dependencies: api/pipfile.lock or api/Pipfile

Client:

  • npm 8.19.2
  • node 18.12.0
  • Dependencies: client/package.json

Installation

Clone the repository

git clone https://github.com/puravparab/Memefy.git
cd Memefy

API:

Create docker image

docker compose up --build

Create environment variables

cd api
echo "SECRET_KEY=
DEBUG=True
DJANGO_SETTINGS_MODULE=server.settings.base
ALLOWED_HOSTS=0.0.0.0 localhost 127.0.0.1
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REDIRECT_URI=<Client Domain>/api/callback
CORS_ALLOWED_ORIGINS=http://localhost:3000 http://127.0.0.1:3000"
> .env

Run a docker container

cd ..
docker compose up

Client

Install dependencies from package-lock.json

cd client
npm ci

Create environment variables

echo "CLIENT_ID=<Spotify>
CLIENT_SECRET=<Spotify>
REDIRECT_URI=<Client Domain>/api/callback
SERVER_URL=<Server Domain>/" > .env.local

Run client

npm run dev

Original Creator - Purav Parab

memefy's People

Contributors

puravparab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.