/sm-analytic

An application for tracking social media statistics and follower sentiment.

Primary LanguageTypeScript


An application for tracking social media statstics and follower sentiment.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them:

Running App Locally

Build the project, either through Visual Studio or by running:

cd sm-analytic/sm-analytic
dotnet build

After the project is built, run:

dotnet run

And go to localhost:5000 in your browser.

Deployment

TBD

We could probably use this guide for deploying and hosting this sort of application. And/or maybe this one for publishing to Azure?

The process might be something like:

  1. Run dotnet publish to compile app code and copy the files required to run the app to the dist or publish folder.
  2. Set up an appropriate process manager on the VM (I think we have Nginx right now, but we might need to switch to IIS or Windows Service)
  3. Copy the output of dotnet publish to the VM/server.

We might want to automate our deployments, so that we don't need to assign a single person to it. IMO it'd be ideal if we deployed every time our master branch was updated. We might be able to use Travis CI for this...? Or maybe Azure? Somehow.

Built With

More should be added here later.

Authors

References

This app was bootstrapped using this guide.