Fast, minimalistic, multi-threaded, open source rest api server made in javascript |
---|
You can also test this api live here
https://blaze-server-x75p.onrender.com/
Follow the steps below
Clone this repo by pasting and executing the following command in your terminal
$ git clone https://github.com/blazeinferno64/Blaze-Server.git
Install the server dependencies by pasting and executing the following command in your terminal:
$ npm install
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
After everything has been successfully done, run the following command in your terminal:
$ npm start
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