Skip to content

cking27/Reps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reps

Working project - React.js front end, .Net Core Rest API, Posgres DB. Docker

Badges (WIP))

  • build status
  • issues (waffle.io maybe)
  • devDependencies
  • npm package
  • coverage
  • slack
  • downloads
  • gitter chat
  • license
  • etc.

Build Status Dependency Status Coverage Status Code Climate Github Issues Pending Pull-Requests Gem Version License Badges

Table of Contents (Optional)

If your README has a lot of info, section headers might be nice.


Example (Optional)

// code away!

let generateProject = project => {
  let code = [];
  for (let js = 0; js < project.length; js++) {
    code.push(js);
  }
};

Installation

  • All the code required to get started
  • Images of what it should look like

Clone

  • Clone this repo to your local machine using https://github.com/cking27/Reps.git

Setup

# To Run
./npm start

** Helpful commands (Backend)**.

# To Build
./build.ps1[sh]

# To Run
 .\build.ps1 -Target Run
 ./build.sh --target=Run

 # To start docker


# Docker 1
docker run --rm --name pg-reps-docker -e POSTGRES_DB=workout,POSTGRES_USER=repsadmin,POSTGRES_PASSWORD=abc123  -d -p 5432:5432 -v ~/volumes/postgres:/var/lib/postgressql/data postgres

# Reps API
./build.sh --target=RunApi


#Links

## Docker .Net Models
https://medium.com/@agavatar/webapi-with-net-core-and-postgres-in-visual-studio-code-8b3587d12823

https://docs.microsoft.com/en-us/ef/core/managing-schemas/migrations/?tabs=dotnet-core-cli
dotnet ef migrations add MORETABLES
dotnet ef database update




- For all the possible languages that support syntax highlithing on GitHub (which is basically all of them), refer <a href="https://github.com/github/linguist/blob/master/lib/linguist/languages.yml" target="_blank">here</a>.


## License

[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)

- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Copyright 2015 © <a href="http://fvcproductions.com" target="_blank">FVCproductions</a>.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published