- Hatem Husnieh
- Ahmad Ammoura
- Ahmad Abu Osbeh
- Mohammed Al-Ramahi
- A website/application that allows users to discover barbers within their areas in a professional way, this app will ease the contacting process and introducing services for the clients. As it will allow barbers to manage their work and reach their customers and subscribers.
- copy front-end repos link and download it using
git clone <repo-link>
. - copy back-end repos link and download it using
git clone <repo-link>
. - download each repo dependencies by typing the following on you terminal
npm install
. - for back-end repo, copy the variables inside
.enc.sample
file inside a folder and call it.env
and fill it with the following:- SECRET: any combination of number and letters.
- PORT: any free port at you system.
- DATABASE_URL: postgreSQL url at your system.
- start the back-end by
npm start
ornodemon
. - start front-end by
npm start
- enjoy!
- React
- Redux
- Material UI components.
- CSS and SCSS
- PostgreSQL
- Json Web token (jwt)
- bcrypt
- Node.js
- Express
- base-64
- nodemailer
- multer