This is my personal objective project in Sun Asterisk Company. I hope it will serve as a milestone of new knowledge and comprehensive understanding on these technology.
Project is created with:
- Next.js
- Tailwindcss
- TypeScript
- Nestjs
- Prisma
- Graphql
- Postgres
- git clone
git@github.com:Osomware/meme-me.git
- cd meme-me
- cd client
- npm install
- cp .env.example .env.local
- Go to the client folder and set the
NEXT_PUBLIC_BACKEND_URL
variable in.env
with the api endpoint - cd ../api
- create a database connection in your postgres
- git clone
git@github.com:Osomware/meme-me.git
- cd meme-me
- cp .env.api.example .env.api
- cp .env.client.example .env.client
- cp .env.db.example .env.db
docker compose build
ordocker compose up --build
(this will automatically build and run the containers)docker compose up
(To stop docker containers, run:docker compose down
)