Skip to content

peamz4/Hotel-ERP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel-ERP

Simple ERP module for hotel or travel industry.

How 2 run!

Step-By-Step tutorial

1. setup : clone repository (skip if already)

open command prompt and make folder for project

with github CLI

mkdir hotelerp
cd hotelerp
gh repo clone peamz4/Hotel-ERP

with normal cmd

mkdir hotelerp
cd hotelerp
git clone https://github.com/peamz4/Hotel-ERP.git

or with github desktop

with this link https://github.com/peamz4/Hotel-ERP.git

2. install package

with npm

npm install

with yarn

yarn 

3. Development

when you open project you will see hotel-frontend and hotel-backend in project folder

cd hotel-frontend
yarn dev
+ open another cmd terminal
cd hotel-back
yarn dev

Enjoy Developing :4297pepehacker:

About

Simple ERP module for hotel or travel industry.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors