Skip to content

Part of the CodeDay Labs group responsible for creation of an application where users can sign-up and reserve a space from business that will work with this application to put their locations here in.

License

Notifications You must be signed in to change notification settings

CodeDay-Labs-RNZ/Space-saver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Space-saver

Overview

Space-saver is an application developed by Nicklas Di Pietro, Zini Wang, and Robel Hailu as part of the CodeDay Labs summer internship. The application allows users to sign up and reserve spaces from businesses that collaborate with the platform.

Features

  • User Authenticaiton
  • Space Booking
  • User Management

Tech Stack

  • Backend: NestJS
  • Frontend: React, TypeScript

Prerequisites

  • Node.js
  • npm
  • Docker (optional)

Installation

Backend

cd backend
npm install

Fronted

cd frontend
npm install

Running the application

Backend

npm run start:dev

Fronted

npm run start

Docker Support

if you prefer using docker, you can run, and stop the containers in your terminal in the root directory of the Space-saver project:
docker-compose -f docker-compose.dev.yml build   // not needed: building docker containers done in scripts
docker-compose -f docker-compose.dev.yml up      // running docker containers
docker-compose -f docker-compose.dev.yml down    // stopping docker containers

About

Part of the CodeDay Labs group responsible for creation of an application where users can sign-up and reserve a space from business that will work with this application to put their locations here in.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages