GitHunt

๐Ÿš€ Technologies

  • NodeJs
  • Express
  • MongoDB
  • Mongoose
  • React Native
  • React Navigation
  • Reactotron

๐Ÿ‘€ Preview

App Preview 1 App Preview 2 App Preview 3

โš ๏ธ Prerequisite

React Native Environment

๐Ÿ’ฟ How to run local

# Clone this repository
$ git clone https://github.com/salihozdemir/reddit-clone.git

# Go into the repository
$ cd reddit-clone

# Go into server
$ cd server

# Start mongodb locally
$ mongod

# Install dependencies
$ yarn

# Start the backend server
$ yarn dev

# On another terminal, go to the client folder
$ cd ../client

# Install dependencies
$ yarn

# To connect to the server side, you must replace the IP address in the src/utils/fetcher file.
$ cd src/utils/fetcher => Change IP address

# Use the command below for Android devices
$ yarn android

๐Ÿ”Ž Testing

Make sure mongodb is running before testing the server.

$ cd server
$ yarn test

๐Ÿ“ License

This project is made available under the MIT License.

Languages

JavaScript86.3%Java5.2%Ruby4.4%Objective-C3.7%Starlark0.5%

Contributors

MIT License
Created May 28, 2020
Updated February 25, 2026