Skip to content

carlydopps/trouvaille-server

Repository files navigation

Trouvaille (Backend)

Technologies Used

My Skills

Features

  • 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

Running This Application

Server Side

  1. Clone the repository and change directories in the terminal
git clone git@github.com:carlydopps/trouvaille-server.git
cd trouvaille-server
  1. Initialize virtual environment
pipenv shell
  1. Start Django shell
python manage.py shell

Client Side

  1. Clone the frontend repository and change directories in the terminal
git clone git@github.com:carlydopps/trouvaille.git
cd trouvaille-client
  1. Start server
npm install --save react-router-dom
npm start

Demo Login

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.

ERD

ERD

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published