Book-a-table is a simple table booking API developed for education and tutorial purposes
- StrapiJS
- Sqlite
This project is build using Strapi, please refer to the Strapi docs for mode in depth details
- Clone the repo
git clone https://github.com/NyalaDev/book-a-table-api.git
- Install the dependencies
yarn
- Start the dev server
yarn develop
The api docs can be accessed using the /documenation endpoint if the development server is running or by viewing the markdown version HERE
This project is licensed under the MIT License - see the LICENSE.md file for details