Skip to content

NilsGke/raumplanX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raumplan 2.0

React React Router NodeJS JavaScript SASS


Express.js NodeJS JavaScript MySQL

Node.js CI

What is the "RaumplanX"

The RaumplanX is a web-based application that allows you to have an overview of your office and the desks. You can assign people to the desks, edit and move them around relatively easily, create meeting rooms (with google calendar integration), and more.

Whats different to the first version?

The new version is written in react and uses an express server as a backend, whereas the old version was written in plain javascript and used php for backend stuff. The new version also adapts to an SQL database, whereas the old version used json-files. Design wise the new version is more modern and has a more modern look (including dark and light themes).

Local setup

Automated setup (recommended)

git clone https://github.com/NilsGke/raumplanX.git
cd ./raumplanX
npm run firstSetup

Manual setup

git clone https://github.com/NilsGke/raumplanX.git

cd ./raumplanX/client/
npm install
npm run build

cd ..
npm install
npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published