georgekaran / won-games-api

A Strapi application to handle Won Games API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Won Games Dark

Won Games Api

Won Games Api using Strapi, PostgreSQL, and Node.JS.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

  1. Node.JS
  2. PostgreSQL

Installing

A step by step series of examples that tell you how to get a development env running

Clone the repo

git clone https://github.com/georgekaran/won-games-api.git

Creating a PostgreSQL user and database:

  CREATE USER wongames WITH ENCRYPTED PASSWORD 'wongames123';
  CREATE DATABASE wongames OWNER wongames;
  -- Or choose a different name and change the file config/database.js

Install the dependencies and run the app.

npm i
npm run develop

Deployment

Add additional notes about how to deploy this on a live system

Built With

  • Node.JS - Javascript runtime.
  • PostgresSQL - SQL database.
  • Strapi - Strapi is the leading open-source headless CMS. It’s 100% Javascript, fully customizable, and developer-first.

Acknowledgments

  • Code built following the course React Avançado by Willian Justen de Vasconcellos and Guilherme Louro

About

A Strapi application to handle Won Games API.


Languages

Language:JavaScript 99.9%Language:Shell 0.1%