Git Product home page Git Product logo

wild-west-coding-rodeoapp's Introduction

Rodeo App for Wild West Coding Livestream

License: MIT GitHub Repo stars GitHub go.mod Go version GitHub last commit (branch)

Project Resources

instance/.env File Format

The application relies on environment variables for the database connection, and JWT generation. These variables are accessed through the GoDotEnv package (see above for link) and stored in a .env file in an instance directory. The format is as follows:

# MongoDB Atlas Configuration
MONGODB_URI=<<MongoDB Connection String>>
MONGODB_DATABASE=<<MongoDB database name>>
RODEO_COLLECTION=<<MongoDB collection name for rodeos>>
USERS_COLLECTION=<<MongoDB collection name for users>>

# Server Port
PORT=<<Port number>>

# Authorization Strings
JWT_SECRET=<<random 16 character string>> 

Swagger

Generate spec swagger generate spec -o ./swagger.json

Start documentation server (port 53065 by default) swagger serve ./swagger.json

Different format (port 64761 by default) swagger serve -F swagger ./swagger.json

Generate spec in markdown swagger generate markdown -f ./swagger.json --output swagger.md

Episodes & Recording Links

Episode Number Episode Topics YouTube LinkedIn Application
1 Project Setup Link Link Rodeo App
2 Version Control, struct tags, documentation, database connection Link Link Rodeo App
3 Adding a database and debugging Link Link Rodeo App
4 API Routes Link Link Rodeo App
5 Finish API endpoints, implement JWT authorization Link Link Rodeo App
6 Users & Password Hashing Link Link Rodeo App
7 Inedible Cookies Link Link Rodeo App
8 Templates & Data Passing Link Link Rodeo App
9 Year End Celebration Link Link None - Just Fun
10 User Login & Logout Page & Routes Link Link Rodeo App
11 The AI Surge in 2024: Reshaping Developer and DevOps with guest John Capobianco Link Link None - Just Fun
12 Adding Duo Authentication Link - TBD Link - TBD Rodeo App

wild-west-coding-rodeoapp's People

Contributors

kenwalger avatar

Stargazers

 avatar jaysonv avatar  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.