This is a simple project built with AdonisJS. The purpose of this project is to provide a platform for users to share their stories and showcase their offers with just one link in their bio.
To get started with this project, you can follow the steps below:
-
Clone the repository:
git clone https://github.com/KuToko/bio.git -
Install the dependencies:
cd bio npm install -
Set up the environment variables:
cp .env.example .envThen, update the
.envfile with your own environment variables. -
Start the development server:
node ace serve --watchThe server should now be running at
http://localhost:3333.
This project is licensed under the MIT License. See the LICENSE file for details.