Acompáñame (accompany me) is a web app where users can collaborate with others to plan group vacations.
Acompáñame was created as a capstone project for Ada Developers Academy.
This repository holds the frontend code. The backend repository is accompany-me.
- Django
- Django REST Framework
- MySQL
- React
- Material UI
- Clone this repository.
- Install dependencies with either npm or yarn.
$ npm install
$ yarn install
- Use the following commands to run the local development server with either npm or yarn.
$ npm start
$ yarn start
- This app implements the Google Maps API. You must request an API key on the Google Cloud Console and enable the Maps API on your account if you plan to utilize these features.