Skip to content

codeamigo/codeamigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Jan 16, 2024
Jan 16, 2024
May 29, 2023
Mar 23, 2021
Nov 6, 2021
Apr 28, 2023
Mar 26, 2023

Repository files navigation

🐶 codeamigo

What is codeamigo?

codeamigo is a platform that helps people learn to code with an AI assistant.

Stack/Requirements

1. postgresql
2. redis
3. express
4. apollo-server
5. next.js
6. tailwindcss

Installation

cd server
yarn

cd client
yarn

Dev/Server

cd server
sudo redis-server /usr/local/etc/redis.conf // start redis
brew services start postgresql // start our db
yarn watch // ts => js
yarn dev // run index.js

Visit http://localhost:4000/graphql

Dev/Client

cd client
yarn dev

Visit http://localhost:3000