Git Product home page Git Product logo

anipool's Introduction

Anipool

Anipool is a webapp to create anime related polls and quizes. It uses NextJS on both front and backend, TailwindCSS is used as CSS framework and DynamoDB as database

Dependencies

NodeJS >= 16

Environment Variables

You need to create a .env.local file, as the example, on the root of the project with the following variables:

ANIPOOL_AWS_ACCESS_KEY_ID: AWS access key id to access DynamoDB (you can get it here)

ANIPOOL_AWS_SECRET_ACCESS_KEY: AWS access key id to access DynamoDB (you can get it here)

ANIPOOL_AWS_REGION: AWS access key id to access DynamoDB (you can get it here)

JWT_SECRET: Secret to generate JWT tokens you can use this to generate a random string

NEXT_PUBLIC_ANILIST_AUTH_URL: Anilist auth url, you can get it here

NEXT_PUBLIC_DISCORD_AUTH_URL: Discord auth url, you can get it here

NEXT_PUBLIC_MAL_CLIENT_ID: My Anime List client id, you can get it here

NEXT_PUBLIC_MAL_REDIRECT_URL: My Anime List redirect url, you can get it here

MAL_CLIENT_SECRET: My Anime List client secret, you can get it here

Developing

Clone the repository, set the environment variables and run the following commands:

npm install
npm run dev

Building

Clone the repository, set the environment variables and run the following commands:

npm install
npm run build
npm run start

Contributing

I need to organize things but for now you can check what i'm working on here (The cards are not detailed) and if you want to contribute you can open an issue with the link of the feature/bug you want to work on and i'll give you some details about it if needed then you can open a PR with the changes and i'll review it

Change Logs

Change logs

License

MIT License

anipool's People

Contributors

guilhermeg2k avatar iago-c avatar yakaita avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

yakaita iago-c

anipool's Issues

Add ability to find polls

Maybe a button to go to a random poll thats still active. or just a way to see other people polls without being directly linked.

if you dont have a large group of people to see you poll then it wont get any votes

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.