git add --all
git commit -m "description"
git push -u origin main
- Eliza - Teodora Doltu
- Raul - Cosmin Onceriu
- Struture
- Design: The UX/UI of the Flavorfolio
- frontend: Where the fonts, images, pages and styles are uploaded for the App
- scripts: Mainly the Javascript files to control the flow of the frontend (animations, changes of the pages)
- backend: Where the implementations of the things behind the App are
- index.html: The main page
- LICENSE: Copyright
- robots.txt: To tell a sepcific user agent to not crawl a particular path or directory on our website
- _Web Technologies Page - Dr. Andrei Panu :
https://profs.info.uaic.ro/~andrei.panu/courses/web/lab/
- _Web Technologies Page - Dr. Sabin - Corneliu Buraga :
https://profs.info.uaic.ro/~andrei.panu/courses/web/web-index.html
- _Materials :
https://profs.info.uaic.ro/~andrei.panu/courses/web/web-film.html
- _Materials :
https://profs.info.uaic.ro/~andrei.panu/courses/web/lab/
- _MDN Web Docs :
https://developer.mozilla.org/en-US/
- For every reference that we are going to use regarding making the project,
here is going to be links with the references/materials
- npm install
- npm run dev [
to start the server
] - npm run create-database [
to create the database
] - npm run test [
to run all the available tests
]