Skip to content

Latest commit

 

History

History
105 lines (73 loc) · 2.93 KB

README.md

File metadata and controls

105 lines (73 loc) · 2.93 KB

GoRestaurant

GitHub language count Repository size GitHub last commit License Stargazers

🚧 GoRestaurant 🍕 Completed 🚀 🚧

FeaturesRun ProjectTechnologiesAuthorLicense


watch me


⚙️ Features

  • See dishs
  • Edit dish
  • Delete dish
  • Add new dish (with image)

🚀 Run Project

1️⃣ Clone project and access its folder:

$ git clone https://github.com/jtiagosantos/GoRestaurant.git
$ cd GoRestaurant

2️⃣ Install dependencies:

$ yarn or npm i

3️⃣ Start project:

$ yarn server or npm run server
$ yarn dev or npm run dev

4️⃣ Run tests:

$ yarn test or npm test

🛠 Technologies

The following tools were used in the construction of project:


👨‍💻 Author

Tiago Santos

Tiago Santos 🚀

Linkedin Badge Gmail Badge


📝 License

This project is under license MIT.

🔝 Back to top