platzily / platzily-monolith

Platzily is a clone of https://bitly.com done for educational purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Platzily

Development environment

This part of the documentation assumes that you have docker-compose installed

On the root of the project run the following command

cat .env.example > .env

Fill all the environment variables on the .env file

yarn start:database

Wait for the databases to fill and run the following command

yarn dev

Now you should have

  • A container running mongo on port 27017
  • A container running the api-gw on port 3100
  • A hot reloading api-gw process running on port 3000

About

Platzily is a clone of https://bitly.com done for educational purposes.


Languages

Language:JavaScript 94.5%Language:Shell 3.2%Language:Dockerfile 2.3%