Libera-Server
Server For Libera
Prerequisites
- NodeJS
- Npm
- MySQL
- Configure Database
Installing
- Download or Clone the Project.
Configuration
Before getting started, You need to set up some Enviromental Variables
- Define 'PORT' (Port for your Server)
- Define 'DB_USER' (Username for your MySQL Database)
- Define 'DB_PASSWORD' (Password for your MySQL Database)
- 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.