Node.js, Express server for food ordering app.
https://f-od-order.herokuapp.com
- Node.js
- Express.js
- MongoDB/Mongoose
- Africastalking(SMS)
- 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.
POST /menu
GET /menu
POST /orders
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Oakley