Giter VIP home page Giter VIP logo

awesome100's Introduction

awesome100

A curated awesome 100 list in any field.

The Goal

This project is about collecting the best 100 profiles in any field or area. The Goal is to make an API with the collected data, and then we can also show a cool frontend page by making use of the API, which can be helpful for us in many ways. E.g: Every time we choose a area of work, first we search for the best profile or the best thing happend in that area till date. One can also make use of the API for their personal stuffs or websites.

Setup Locally

  • Fork and Clone the Repo
* $ cd awesome100
* $ pip install -r requirements.txt
  • Create a .env file at the root directory of the project and put the values of the following variables in it:
SECRET_KEY=l3m2q5a%o(8$rq+i^gy+l_i8z6j@u1ul(i@+wanf@k6n+#=l08
DEBUG=True
DB_NAME=****
DB_USER=****
DB_PASSWORD=****
DB_HOST=127.0.0.1
ALLOWED_HOSTS=.localhost, .herokuapp.com
  • But wait, to fill out the values of the above variables you need to have postgresql installed on your machine and have created a new user and database. You can take help from this guide for the same.

  • Great, we have our database. Now, it's time to fill out some data to it:

* $ python manage.py migrate
  • Now, to browse to any API we need to run the management command to import those data:

E.g.: If you need all the actors data, run the following command:

* $ python manage.py import_best_authors
  • Now do: $ python manage.py runserver and view all the actors at http://localhost:8000/api/actors/.

Author

  • Shrikrishna Singh - Initial work - sks444

License

This project is licensed under the MIT License - see the LICENSE.md file for details

awesome100's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

awesome100's Issues

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.