Midday is a restaurant reservation management app. Allows you to book the lunch menu at the restaurant of your choice
Have installed a code editor Install nodejs in https://nodejs.org/es/ Intall npm and start it
npm install global
npm init --yes
Open a code editor and clone the project.
For example you can use VSCODE.
Write the following in the terminal
git clone https://github.com/Jocalu/MidDay-Project.git
Open the backend and the frontend folders and run in terminal
npm install
In the files .env in your backend (you can see the env.example)
backend/.env-example
In the folder environments in your frontend
frontend/src/enviromnents
Use a firebase-like hosting service Follow the steps in https://firebase.google.com/?hl=en When you have the configuration you can do the deploy
npm i firebase
npm firebase init hosting
npm build
fireabase deploy
This app is actually under construction.
- Jose Cárcamo - Initial work - JoseCárcamo
- Marc Lucas - Original idea and documentation - MarcLucas
- SkylabCoders Academy 📢
- Iván Dobry 🤓
- All the classmates of the bootcamp.
With ❤️ JoseCárcamo 😊