Skip to content

Fast, minimalistic, multi-threaded, open source rest api server made in javascript

License

Notifications You must be signed in to change notification settings

BlazeInferno64/Blaze-Server

Repository files navigation

Blaze Server

Fast, minimalistic, multi-threaded, open source rest api server made in javascript

Live testing

You can also test this api live here

https://blaze-server-x75p.onrender.com/

Setup/Installation

Follow the steps below

Repo cloning

Clone this repo by pasting and executing the following command in your terminal

$ git clone https://github.com/blazeinferno64/Blaze-Server.git

Dependencies

Install the server dependencies by pasting and executing the following command in your terminal:

$ npm install

Environment variables

After the above steps have been executed successfully

Make an .env file and copy the contents of the example.env file

The .env file's contents would look something like this:

PORT=YOUR_PORT_NUMBER_HERE
ADMIN_PASSWORD=YOUR_ADMIN_PASSWORD_HERE
ADMIN_USERNAME=YOUR_ADMIN_USERNAME_HERE

Replace everything with your desired PORT number,password,username

Server startup

After everything has been successfully done, run the following command in your terminal:

$ npm start

Bugs & Issues

Found a bug or want a new feature?

Report issues and request features on the Blaze API issue tracker.

Thanks for reading!

Have a great day ahead :D