Roompali APP your best tool to find rooms in the most popular cities in Colombia.
Demo Web App: https://frontend-roompali.vercel.app
Demo API: https://backend-roompali.vercel.app
- Fork the project: by clicking the fork button (located at the top right corner)
- Clone the project:
git clone https://github.com/<your username>/Frontend-Roompali.git
- Install dependencies:
npm install
or usenpm i
- Run the project
npm start
- Do the necessary improvements and make a commit:
git commit -am "<commit message>"
or usegit add .
and thengit commit -m "<commit message>"
- Upload changes to the repository created with the fork:
git push origin <branch name>
- Create a merge request to the original project.
Name | Link |
---|---|
Documentation | https://www.notion.so/Roompali-Documentation-e3e63a0f62b4469db1b509a355c7a483 |
Backend Repository | https://github.com/Cohort-4-Team-Ana-1/Backend-Roompali |
Roompali APP | https://frontend-roompali.vercel.app |
Roompali API | https://backend-roompali.vercel.app |