Skip to content

simistern/reddit-clone

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ 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.

About

Full stack Reddit clone with nodejs and react native.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • Java 5.2%
  • Ruby 4.4%
  • Objective-C 3.7%
  • Starlark 0.5%