Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 955 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 955 Bytes

Book-a-table

GitHub package.json version

Book-a-table is a simple table booking API developed for education and tutorial purposes

Tech Stack

  • StrapiJS
  • Sqlite

Get started

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

API Docs

The api docs can be accessed using the /documenation endpoint if the development server is running or by viewing the markdown version HERE

License

This project is licensed under the MIT License - see the LICENSE.md file for details