/Libera-Server

Server for Libera

Primary LanguageJavaScriptMIT LicenseMIT

Libera-Server

Server For Libera

Prerequisites

  1. NodeJS
  2. Npm
  3. MySQL
  4. Configure Database

Installing

  1. Download or Clone the Project.

Configuration

Before getting started, You need to set up some Enviromental Variables

  1. Define 'PORT' (Port for your Server)
  2. Define 'DB_USER' (Username for your MySQL Database)
  3. Define 'DB_PASSWORD' (Password for your MySQL Database)
  4. Define 'jwtPrivateKey' (Private Key for JWT Authentication)

MySQL Configuration

Check db-config file for database configuration.

Available Scripts

To start the Server, from project's root directory run

$ npm start

Built With

NodeJS
Express

Author

Arnab Maji

License

This project is licensed under the MIT License.