Skip to content

chingu-voyages/v42-bears-team-30

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chingu-Hotel-BT-30 🏨

Vision statement: 💡

  • Provide the best room suggestion to our chingus who wish to book accommodation with us in the future 😊

Contributors

Thanks to

If you want to take a look of what we have done, click on 👉 Chingu-Hotel-BT-30 👈

Coding standard

Variable naming tips

  • camelCasing: for variables, attributes, methods, functions
eg: dbConnection, userAdress, ...
  • PascalCase: for class names, interfaces, namespaces
eg: User, Category ...
  • snake_case or SNAKE_CASE: use in scripting languages and constant
eg: no_inspiration, USER_BIRTHDAY, ...

Commit tips

If you modify front repo

[FRONT] your commit
#eg:
[FRONT] add navbar

If you modify back repo

[BACK] your commit
# eg:
[BACK] migrate database

How to contribute

  • Step 1: Clone this project
git clone https://github.com/chingu-voyages/v42-bears-team-30.git
  • Step 2: Create your own branch
git checkout -b feature/your-branch-name

NB: We push to our development branch not on main branch except for launching app release 😄

  • Step 3:

> For FE dev

# Browse to app-front
cd app-front
# install dependecies
npm install
# launch server
npm start

> For BE dev

# Browse to app-back
cd app-back
# install dependecies
npm install
# launch server
npm run dev

About

Booking room using MERN Stack | Voyage-42 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published