Code Monkey home page Code Monkey logo

coyotenet-backend's Introduction

Info: Repository name and URL have changed

Everybody who forked, downloaded or cloned this repository should be aware that the repository name has changed – and therefore also its URL has changed. The current are: name – CoyoteNET-backend, URL – https://github.com/CoyoteNET/CoyoteNET-backend. According to GitHub, all necessary changes in local repository copies should be performed automatically; nonetheless, it is strongly recommended to manually update local repository copies. For details, see https://help.github.com/en/articles/renaming-a-repository.

Build status

Coyote.NETCore CoyoteNET Organization

Coyote.NETCore Backend

Coyote Frontend

This repository contains an implementation of Coyote forum engine written in the .NET Core framework.

Getting started

Prerequisites

Before proper installation and running, ensure you have installed the following software:

Installing

1. Database setup

You may setup the database in two ways – as you prefer:

  1. Using SQL Express:

    1. Download and install SQL Express.
    2. Change the connection string in appsettings.json to Server=.\\SQLExpress;Database=CoyoteNET;Trusted_Connection=Yes;
  2. Using MSSQL Docker image:

    • Get docker - Docker for Windows - Docker for Linux

    • Follow this guide or just copy/paste and execute these commands:

      • Bash:

         sudo docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=<YourStrong!Passw0rd>' \
         -p 1433:1433 --name sql1 \
         -d mcr.microsoft.com/mssql/server:2017-latest
      • Powershell:

         docker run -e "ACCEPT_EULA=Y" -e "SA_PASSWORD=<YourStrong!Passw0rd>" `
         -p 1433:1433 --name sql1 `
         -d mcr.microsoft.com/mssql/server:2017-latest

2. Settings update

Change connection string in appsettings.json to:

Server=localhost,1433;Database=CoyoteNET;User Id=sa;Password=<YourStrong!Passw0rd>

3. Running

To run the project, go into the folder Runner and execute the following command:

dotnet run

Technologies this project is built with

Contributors

If you want, you may contribute making issues or pull requests to this project.

Thank you to all our contributors!

coyotenet-backend's People

Contributors

devsilv avatar dotnetsanta avatar kubion70 avatar

Watchers

 avatar  avatar

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.