food-ordering

Node.js, Express server for food ordering app.

Live link

https://f-od-order.herokuapp.com

Tools Used

  • Node.js
  • Express.js
  • MongoDB/Mongoose
  • Africastalking(SMS)

How to run the app:

  • Clone the app repository from Here
  • Navigate to the project directory via your terminal/cmd
  • Run npm install in your terminal to install the dependencies
  • Add your keys/environment variables in .env file(example format provided in .env.example file)
  • Run npm start in your terminal to start the server.
  • The server will be up and running in the port specified or 8080 if unspecified.

Endpoints

Menu

POST /menu

GET /menu

Orders

POST /orders

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Oakley