Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 586 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 586 Bytes

🐶 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