Project Title

This is a repository for a FullStack Challenge

Demo

Run Locally

Clone the project

  git clone https://github.com/DaniPoot/shops-demo

Go to the project directory

  cd my-project

Go to backend or frontend directory

 cd frontend # or backend

Install dependencies

  pnpm install

Start the server

  pnpm run start

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

backend

MONGODB_URI="MONGODB_URI"
JWT_SECRET="JWT_SECRET"

frontend

VITE_MAPBOX="MAXPBOX_KEY"
VITE_API_URL="http://localhost:3001/api"
VITE_SUPABASE_URL="VITE_SUPABASE_URL"
VITE_SUPABASE_PUBLIC_KEY="VITE_SUPABASE_PUBLIC_KEY"

Demo

Insert gif or link to demo

Roadmap

  • Create a project
  • Create a server
  • Create connection with mongodb
  • Add authentication
  • Add validations
  • Create ubications crud
    • Create
    • Update
    • Delete