Project proposed by HolaMundo
List that contains time schedule in intervals of 30 minutes (from 8am to 8pm). There is a disponibility of 8 motorcycles each 30 minutes, when an user makes click over in a schedule box will take a motorcycle resource (the counter of motorcycles will down) and if makes click again will free the resource taken. If the users take all the motorcycles of the schedule box, it will appear in red
- Real-Time App
- ExpressJS
- MongoDB (with Mongoose)
- Socket.IO
- JSON Web Tokens for authentication
- React (with React Context for state managment)
- TailwindCSS to stylize the application
$ git clone https://github.com/mabno/riders-app.git
$ cd riders-app
$ docker-compose up
Finally navigate to http://localhost:3000