E-Amigo is a social media web application to help you find a community and other people to game with or just to chill with. Find other people across the world and enjoy creating authentic connections among our community members and become an amigo. Visit it on Vercel.
- Next Js,
- React,
- Typescript,
- Tailwindcss,
- Framer-motion,
- React-spline,
- Prisma,
- Next-auth,
- Axios
-
Clone the repositiory in terminal with
git clone https://github.com/Pho86/E-Amigo.git
-
Open the repository with
cd ./E-Amigo
-
Install the required packages with any package installer ex.
npm install
oryarn install
-
Rename the
.env.example
and fill out the required environment variables to.env
or.env.local
. Or create a.env
or.env.local
and copy paste the contents of.env.example
into the created file. -
Run the server by using
npm run dev
oryarn dev
-
Open the server provided in the terminal ex. http://localhost:3000 (can open in a different link depending on if you have a server already open)