This was a group assignment in the Javascript (advanced course) at the front-end developer program at Medieinstitutet. The assignment was to build a fullstack booking app for a restaurant.
Collaborators were: Lisa Månsson Lindblom, Per Berge, Angelica Reuterswärd
- ✨ (feat): - introduces a new feature to the codebase
- 📝 (docs): - documentation / README
- ♻️ (refactor): - refactoring of code
- 👷 (build): - project build-up
- 🐛 (fix): - patches a bug in your codebase
- 💄 (style): - css/scss styling
- ⏪ (revert): - revert to previous code
git clone https://github.com/Medieinstitutet/the-restaurant-grupp5
cd the-restaurant-grupp5
Go to back-end directory:
cd fed22s-backend
Install dependencies:
npm i
Create .env file + contents:
Don't forget to create your own .env file in the root of the fed22s-backend folder, containing:
CONNECTION_STRING = <your mongoDb connection string>
PORT = 5000
Start back-end server:
npm run dev
Go to front-end directory
cd..
cd fed22s-therestaurant
Install dependencies:
npm i
Start front-end server:
npm run dev
Restaurant API routes are as follows: