larenelg / meetups-of-the-week

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Driven Diversity

Depedencies

  • Docker (my settings: 6CPUs, 8GB RAM, 2GiB Swap)
  • .NET Core SDK

Run with production settings

The main ASP.NET Core MVC app depends on the following docker containers running:

The command to run depedencies in docker is:

docker-compose up

Developing locally

The main app is located in ./src/DataDrivenDiversity

Make sure that your depedencies are running in docker:

  • seq, nlp, ner

Then use

MEETUP_API_KEY=<your meetup api key> dotnet run

Then go to http://localhost:5000

NB: You can create/find your Meetup API key on https://secure.meetup.com/meetup_api/key/

To debug, you can run your app with your favourite IDE (I use Visual Studio Code), just make sure you set the following environmental variables in the launch settings:

  • ASPNETCORE_ENVIRONMENT: Development
  • MEETUP_API_KEY: <your Meetup API key>

About


Languages

Language:JavaScript 49.0%Language:CSS 48.7%Language:C# 1.5%Language:HTML 0.7%Language:Python 0.1%Language:Dockerfile 0.0%Language:Shell 0.0%