Coder Social home page Coder Social logo

word-wave's Introduction

WordWave

WordWave is built using .NET Core (mvc) version 6.0.

Try WordWave Now.

Run a migration first

enable-migrations
add-migration "migration_name_can_be_given_any"

Update Database

update-database

Want a quick spin up?

Docker is to the rescue. WordWave is dockerized. Just follow the quick and easy steps provided below:

1. Install Docker

2. Now pull dm2903/wordwave:latest image from dockerhub

docker pull dm2903/wordwave

3. Now just run the container and provide the essential Environment variables

docker run --env=ASPNETCORE_LOGGING__CONSOLE__DISABLECOLORS=true --env=ASPNETCORE_ENVIRONMENT=Development --env=DOTNET_USE_POLLING_FILE_WATCHER=1 --env=NUGET_PACKAGES=/.nuget/fallbackpackages --env=NUGET_FALLBACK_PACKAGES=/.nuget/fallbackpackages --env=PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin --env=ASPNETCORE_URLS=http://+:80 --env=DOTNET_RUNNING_IN_CONTAINER=true --env=DOTNET_VERSION=6.0.31 --env=ASPNET_VERSION=6.0.31 --env=Server= --env=Database= --env=User= --env=Password= -t -p 8080:80 dm2903/wordwave:latest

Now, the webapp should be running at http://localhost:8080/

word-wave's People

Contributors

dp-nothing avatar unknown-29 avatar

Watchers

 avatar

Forkers

dp-nothing

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.