A project carried out by
Léo Fézard and Martin Cantonny.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
In the context of our school project focused on an API, our goal was to design a fast-food ordering kiosk that revolutionizes the ordering process by providing customers with an efficient, fast, and highly personalized experience.
- Design a user-friendly and intuitive user interface.
- Integrate a wide range of menu options to cater to customer needs and preferences.
- Allow customers to customize their orders by selecting desired ingredients and options.
- Optimize internal processes to reduce customer wait times.
This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
- Clone the repo
git clone https://github.com/cmoileo/caisse-en-nest
- Docker
docker-compose up
- Migrate Prisma
npx prisma migrate dev
- Install Yarn packages
yarn install
- start the project
yarn run start:dev
- Clone the repo
git clone https://github.com/martin-ctny/Front-project-api
- Install npm packages
npm install
- start the project
npm start
Explore our Swagger documentation for detailed information on how to use our API and examples of API calls. Once you start the project, you'll have access to this documentation:
Swagger Documentation
The Swagger documentation includes sample requests, data schemas, and comprehensive information on all available API endpoints.
- API Development
- Database Configuration
- Documentation
- User Interface Design
- [ ]Finish the Front-end
- Create a 3D Design
See the open issues for a full list of proposed features.
Léo Fézard - @Léo Fezard on linkedin - [email protected]
Martin Cantonny - @Martin Cantonny on linkedin - [email protected]
Project Link: Caisse in Nest