Fastify the backend server for handling authentication details authorization and API handling.
-
Clone repository
git clone https://github.com/rumoursbehindme/fastify-server.git
-
Install packages
Yarn install
-
- Take the redirect_uri from the source code - /config/client.INI file
- And paste it into the redirect URI option.
- Select web API SDK.
- Create the application and go to settings
- Take the client ID and client secret and replace them with the client.INI file's client ID and client secret
-
To deploy this project in development mode run :
yarn dev
-
To build javascript build run :
yarn build
-
To deploy the project in production mode run :
yarn start