Code Monkey home page Code Monkey logo

semainier's Introduction

Semainier

A weekly planner application that allows students work to be referenced by day of the week.

Setup

To run this project, you need to do the following

Prerequisites

  • Install Xampp and setup a Web Server with Apache & MySQL
    • Set HTTP port to default (required for MySQL)
    • Set MySQL port to default
    • Add the default database semainierdb with default parameters
      • Don't forget to change your local database name in the application-dev.properties file if you changed it
    • Run the application for the first time to create tables
      • For production only : if tblLocalite is not filled automatically then you have to manually import the datas in src/main/resources/commune.csv

Database

In the ./src/main/resources/application-dev.properties files, look for theses lines

server.port=8888

spring.datasource.url=jdbc:mysql://localhost:3306/semainierdb?useUnicode=true&useJDBCCompliantTimezoneShift=true&useLegacyDatetimeCode=false&serverTimezone=UTC&allowLoadLocalInfile=true
spring.datasource.username=root
spring.datasource.password=
  • datasource.url is the database URL connection
  • datasource.username is your database user (default is root)
  • datasource.password is your database password (default is none)
  • server.port default set is 8888, but you can change that

Usage

Open your favorite browser [Must not be IE] and go to localhost:8888

The Back-end (database) is available at localhost/phpmyadmin

The public instances hosted on Heroku is also available

Authors

Contributing

None as it is a personal project

License

None (Copyright)

semainier's People

Contributors

heyimlulu avatar noizekiller 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.