Giter VIP home page Giter VIP logo

easy-barber's Introduction

๐ŸŒŸ Easy Barber ๐ŸŒŸ



โ“ What's it? โ“

Application to Schedule Haircuts!

PS.: all files and folders name 1.extension are hidden, so you have to take off the number 1 and let just the .extension to them work on your Visual Studio Code.



โš’๏ธ Tools โš’๏ธ

  • Visual Studio Code;
  • Git;
  • NodeJS;
  • Yarn;
  • bcryptjs, express, jsonwebtoken, pg, pg-hstore, sequelize, yup, eslint, eslint-config-airbnb-base, eslint-config-prettier, eslint-plugin-import, eslint-plugin-prettier, nodemon, prettier, sequelize-cli, sucrase, multer, date-fns, mongoose, nodemailer, express handlebars, nodemailer express handlebars, bee queue, dotenv;
  • Insomnia;
  • React;
  • Reack-Native;
  • Postgres;
  • MongoDB;
  • Redis;
  • Docker;
  • MailTrap;


โš™๏ธ Creating the Project โš™๏ธ

  • Create a folder, open the terminal and execute the follow command in the folder directory:
yarn init -y
  • Download the Repo and paste all the files into the project's folder;

  • After that, execute to install the dependencies:

yarn


โš™๏ธ Running Docker โš™๏ธ

  • Open the terminal and execute the following commands:
docker run --name database -e POSTGRES_PASSWORD=docker -p 5432:5432 -d postgres:11
docker run --name mongobarber -p 27017:27017 -d -t mongo
docker run --name redisbarber -p 6379:6379 -d -t redis:alpine

docker start database
docker start mongobarber
docker start redisbarber


โš™๏ธ Creating Database โš™๏ธ

  • Connect into the Docker Container and create a database called easybarber


โš™๏ธ Executing Migrations โš™๏ธ

  • In the terminal, executes:
yarn sequelize db:migrate


โš™๏ธ Running Applications โš™๏ธ

  • To run in dev mode:
yarn dev
  • To run in debug mode:
yarn dev:debug


๐Ÿ“ซ Reach Me ๐Ÿ“ซ

Email: [email protected]

Linkedin: linkedin.com/in/csfelix/

Instagram: instagram.com/c0deplus/


Portfolio: CSFelix.io

Kaggle: DSFelix

easy-barber's People

Contributors

csfelix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.