Coder Social home page Coder Social logo

mks-backend-challenge's Introduction

Prerequisites

git

nvm and node:

docker:

pm2 (for production only)

  $ npm install -g pm2  

Clone this repository

  $ git clone https://github.com/danielalmeidafarias/mks-backend-challenge.git

Create your .env file in root folder and give it values

  DB_HOST=your db host
  DB_USERNAME=your db username
  DB_PASSWORD=your db password
  DB_NAME=your db name
  JWT_SECRET_KEY="a secret key for jwt"
  JWT_SECRET_REDIRECT="another one"
  SERVER_HOST=where your application is running (localhost:3000 if its in development)

Initializing db and redis

$ docker compose up -d
  • obs: Make sure ports 5432, 6379 and 8081 are free. If it's not, you can modify your compose.yml file

Installation

$ npm install

Running the app

  1. Development
$ npm run start:dev
  1. Production
# production mode
$ npm install -g pm2
$ npm run build
$ pm2 run dist/main.js

Docs

  1. access https://vercelapimovies-danielalmeidafarias-projects.vercel.app/api/api
  2. or access postman documentation https://documenter.getpostman.com/view/32616533/2sA3JQ5zsj
  3. or run it locally and access http://localhost:3000/api

mks-backend-challenge's People

Contributors

danielalmeidafarias avatar

Watchers

 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.