Giter Site home page Giter Site logo

knock-off-reddit's Introduction

Knock Off Reddit

Basic Reddit clone featuring users and mostly functioning Sub Reddits. For learning/teaching purposes only.

Prepare the environment

In your Terminal or Command Prompt, run the following at the root of the project directory:

$ npm i --save

Prepare the environment variables

  1. Create a .env file, by renaming the provided sample
  2. Add the required variables

How to run the project using NodeJS

In your Terminal or Command Prompt, run the following at the root of the project directory to run the server, which will expose the API:

$ npm start

How to build the project using Docker

In your Terminal or Command Prompt, run the following at the root of the project directory to run the server, which will expose the API:

$ docker build --tag  not-reddit .

How to run the project using Docker

In your Terminal or Command Prompt, run the following at the root of the project directory to run the server, which will expose the API:

$ docker run -t -p 80:3000 --env-file ./.env not-reddit

How to test the project using NodeJS

In your Terminal or Command Prompt, run the following at the root of the project directory to run the tests:

$ npm test

How to clean up the source code

In your Terminal or Command Prompt, run the following at the root of the project directory:

$ npm i eslint --save-dev

then run (at the root of the project directory):

$ ./node_modules/.bin/eslint . --fix

knock-off-reddit's People

Contributors

megapixel99 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.