Skip to content

This project is the group thesis project for the codeworks bootcamp.

Notifications You must be signed in to change notification settings

flores5545/CodeLink

 
 

Repository files navigation

CodeLink

CodeLink is a social networking platform for developers to meet and share their skills.

Demonstration: https://www.youtube.com/watch?v=taDAv3vO6ZY&feature=youtu.be

User interface

Homepage

homepage

Create a profile

create profile

Profile

profile

Add to portfolio

add repository

My portfolio

portfolio

Add skill

add skill

Update profile

update profile

Discussion board

discussion board

Add project

add project

Getting Started

Requirements

  • Database
    • Create database using postgreSQL called CodeLink
    • Use the following url format to set up the connection between your own database and prisma, inside the prisma.schema file: postgresql://USER:PASSWORD@HOST:PORT/DATABASE?schema=SCHEMA
  • News API Key

Root

npm i

Database

cd server
npm i
npx prisma studio

Server

cd server
npm run dev

Client

cd client
npm run dev

Tech Stack

  • TypeScript
  • Express
  • SQL, PostgreSQL, Prisma.io
  • Next.js, React, CSS
  • Cypress, Jest, Supertest
  • auth0

Contributors

  • Pablo Flores Fernández
  • Philippa Payne
  • Miriam Kraus
  • Adam le Breuilly

About

This project is the group thesis project for the codeworks bootcamp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.5%
  • CSS 19.3%
  • Other 1.2%