Skip to content

Xi162/Red-Kingdom-backend

Repository files navigation

RED KINGDOM API

Table of Contents

Installation

Instructions on how to install and set up the project.

Step 0: Make sure your MySQL is running on port 3306

Step 1: Install Node packages

$ npm install

Step 2: Create .env file and define MYSQL_PASSWORD and SECRET_KEY variable

//File: .env

MYSQL_PASSWORD="PASSWORD_TO_YOUR_DATABASE"
SECRET_KEY="SOME_KEY"

Step 3: Run the project on an appropriate port:

$ npm run server

Usage

The API can be found in Postman file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors