- Users can login and register with a username and password
- Users can create and edit their profiles
- Users can create, view, edit, and delete trips
- Users can create, view, edit, and delete experiences
- Users can view, filter, and search for trips, destinations, and experiences
- Users can comment on and favorite trips
- Users can follow other users
- Clone the repository and change directories in the terminal
git clone git@github.com:carlydopps/trouvaille-server.git
cd trouvaille-server
- Initialize virtual environment
pipenv shell
- Start Django shell
python manage.py shell
- Clone the frontend repository and change directories in the terminal
git clone git@github.com:carlydopps/trouvaille.git
cd trouvaille-client
- Start server
npm install --save react-router-dom
npm start
To view the application as a current traveler, please log in with the following:
- username: sam
- password: test
You can also register as a new user by clicking the 'Register' link in the top, right-hand corner.
