Skip to content

NgawangChoedenShankentsang/miniTwitter

Repository files navigation

Important

Set UTF-8 encoding in VS Code

Getting started

Clone the Mini Twitter repository from GitHub

git clone https://github.com/NgawangChoedenShankentsang/miniTwitter.git

Navigate to the project directory

cd mini-twitter

Install the required packages

npm install

or

yarn install

Create a .env file in root directory with the JWT_SECRET environment variable

echo "JWT_SECRET=mySecretKey123" > .env

Open Docker Desktop and start the Docker

docker-compose up -d

Start the server

npm run dev

or

yarn dev

Visit the Application

localhost:4200

Visit the Database

localhost:9200

Contributing

If you would like to contribute to Mini Twitter, please open a new issue or pull request on the GitHub repository.