This is a web app that displays available menus in a restaurant
- Open your terminal
- Run a git clone https://github.com/cimthog/Restaurant-Menu
cd
into your folder, install npm packages and start your server
npm install
npm start
- Open your browser, the app runs on
localhost:3000
- Node.js
- Express.js
- MongoDB
- Mongoose
- JsonWebToken
- Supertest
- Mocha
- EJS
- CSS
- Changes should be made on a separate branch
- When adding a new feature, create a branch with the prefix
feature
such asfeature-auth
- When fiixing a bug, create a branch with the prefix fix. For example, fix-signup
- Merge the master branch to your branch, in case of conflicts, resolve before pushing
- Create PRs with distinct messages