Skip to content
forked from arwebSE/vteam

A group project from Web development at Blekinges Tekniska Högskola

Notifications You must be signed in to change notification settings

AlbinStegler/vteam

 
 

Repository files navigation

boi

Node.js CI Scrutinizer Code Quality Build Status Coverage Status

This is our project for the "vteam" course, where we have made a service that allows the users to hire electronic kickbikes. A simulation of the service running with multiple hypothetical users is also avaliable in the simulation environment. (INSTRUCTIONS FOR RUNNING SIMULATION)

Requirements

Usage

  • to start services & install dependencies:
    bash start.bash
    
  • to stop services:
    bash stop.bash
    

Directory Hierarchy

|—— backend
|    |—— .gitignore
|    |—— Dockerfile
|    |—— app.js
|    |—— databases
|        |—— sql
|            |—— backenddata.db
|            |—— create_basedbs.sql
|    |—— models
|        |—— user.js
|    |—— package.json
|    |—— routes
|        |—— user.js
|    |—— scooter
|
|—— frontend
|    |—— scooter
|        |—— src
|            |—— components
|                |—— Navbar.js
|            |—— index.css
|            |—— index.js
|            |—— util
|                |—— AuthContext.js
|                |—— authUtils.js
|                |—— withAuth.js
|            |—— views
|                |—— Admin
|                |—— Home
|                    |—— Home.js
|                    |—— style.css
|                |—— Login
|                    |—— Login.js
|                    |—— style.css
|
|—— docker-compose.yaml
|—— start.bash
|—— stop.bash

Code Details

References

License

About

A group project from Web development at Blekinges Tekniska Högskola

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 80.8%
  • JavaScript 17.7%
  • CSS 1.4%
  • Other 0.1%