| Fast, minimalistic, multi-threaded, open source rest api server made in javascript |
|---|
Follow the steps below
Clone this repo by pasting and executing the following command in your terminal
$ git clone https://github.com/blazeinferno64/Blaze-APIInstall the server dependencies by pasting and executing the following command in your terminal:
$ npm installAfter 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_HEREReplace everything with your desired PORT number,password,username
After everything has been successfully done, run the following command in your terminal:
$ npm startFound 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