Coder Social home page Coder Social logo

newcalendar's Introduction

MEAN Stack app, scheduling calendar for Jack & Jeri's Gym

"M" in this case is for MySQL 

Installation Instructions:

1)npm install
2)cd public/ && bower install (to install client-side vendor packages cd ../ after that is done)
2)create a mysql db and import jjgym_calendar.sql into it.
3)place a .env file with your MySQL connex info for that db in the app root dir 

.env example:

DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=jjgym_calendar
DB_USERNAME=root
DB_PASSWORD=root

4)node app.js

5)(optional)grunt 
for css development.
compiles stylus to css, watches and re-compiles on changes


Usage Instructions:

3 Demo user accounts are included. Login with one of the following passwords to test out using the calendar:
test
anotherpass
training

JJGym Calendar includes a space allocation feature (color-coded for convenience!) which allows you to book out space in 25% increments.
When you attempt to sign out space, The UI checks max currently available space in the requested time range to prevent overbooking.
You can add, remove time slots, and there is a "Repeat Weekly" feature as well.




newcalendar's People

Contributors

adamhaley avatar

Stargazers

 avatar  avatar

Watchers

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