Giter Site home page Giter Site logo

parking's Introduction

Parking José Max León Bilingual School

Repository dedicated to the code with which I participated in the CBJML school programming olympiads.

Project status

The project at this time has already been launched as the programming olympics have already been held, so development has been stopped, however any bugs found and optimizations needed will be received and done.

Installation

To continue with the development of this application it is necessary to have Go installed in our machine, in the same way it is necessary to install Fyne. It is recommended to follow the steps without skipping any in the installation of these two programs, otherwise the deployment of the application will fail.

An .env file must be created which will store the following variables:

DB_USER=YOUR_USER
DB_PASSWORD=YOUR_PASSWORD
DB_HOST=YOUR_HOST
DB_PORT=YOUR_PORT
DB_DATABASE=YOUR_DATABASE

Remember that the database must be uploaded, the database file is located in the main folder with the name db.sql, the database is recommended to be imported directly from the main folder.

After uploading the database it is necessary to create the spots, for this you must add the following line in the main.go file at the time of running the code

// Create the spots.
utils.CreateSpots()

After this you must comment or delete the line, otherwise it will recreate the spots every time you run the code.

Technologies

Remember to do a go get before running the code

  • Go
  • Fyne
  • MySQL
  • Gorm
  • fogleman/gg

Screenshots

image image image

Credits

created by Fabian Martin

parking's People

Contributors

fzbian avatar andresxlp avatar

Watchers

 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.