991rajat / meme-backend

Backend of Meme App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meme-backend

Backend of Meme App

Prerequisites

Setup for Meme Backend

1. Clone App

 $ git git@github.com:991rajat/meme-backend.git

2. Install node packages

$ npm install 

3. Run Locally

$ npm start  

NOTE: The port by default will be http://localhost:3000/

Want to Contribute?

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

 $ git clone https://github.com/<your_user_name>/meme-backend.git

3. Checkout into a new branch

 $ git checkout -b <branch_name>

4. Make your changes

5. Add and commit your changes

 $ git add . && git commit -m "<your_message>"

6. Push Code to Github under your branch

 $ git push origin <branch_name>   

About

Backend of Meme App


Languages

Language:JavaScript 98.9%Language:Shell 1.1%