Skip to content

MageHD/codeamigo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.8%
  • HTML 28.0%
  • CSS 2.8%
  • Other 0.4%