Contains an API endpoint that helps people to join a waitlist. The waitlist accomodates two types of waitlisters: -Investors -Asset listers
It is either you download the repo or clone it using your terminal. To clone the repo, Navigate to the folder were you will be lunching your project, then run the command below
git clone git@github.com:zeefola/waitlist-api.git
After cloning successfully, you should see the file successfully downloaded to the directory you specified.
Laravel comes with a .env.example file, with all typical configuration values.
To run the project on your local machine, do the following:
- Run cp .env.example .env to copy the example file contents into .env file.
- Edit the new .env file, in your text editor.
Run composer install
Run php artisan key:generate
Run php artisan migrate
-- WaitLister Request Description: This request is used to sign up waitlisters into the waitlist
url: /waitlist/sign-up
method: signUp
action: post
url: https://watlist-api.herokuapp.com/api/waitlist/sign-up method: POST