Salihozdemir Reddit Clone Save

Full stack Reddit clone with nodejs and react native.

Project README

:rocket: Technologies

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

:eyes: Preview

App Preview 1 App Preview 2 App Preview 3

:warning: Prerequisite

React Native Environment

:cd: 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

:mag_right: Testing

Make sure mongodb is running before testing the server.

$ cd server
$ yarn test

:memo: License

This project is made available under the MIT License.

Open Source Agenda is not affiliated with "Salihozdemir Reddit Clone" Project. README Source: salihozdemir/reddit-clone

Open Source Agenda Badge

Open Source Agenda Rating