swrh / pK

A simple CRM concept tool for sales teams.

Home Page:pk-self.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pK

This project started as a real application used in 2011 but now is just a hobby for me. It is under constant modifications and is not safe to use in production. I'm constantly replacing frameworks it depends on, rewriting its structure, redesigning its user interface and even changing the languages in which it is written. It is pratically a sandbox for me to try new and different web technologies.

If you want to know more about the changes I've been doing, please take a look at the History section.

Intro

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

History

In 2011 this project was written, released and deployed using Java, Struts and MySQL. It was released as version 1.0 and the only language supported was Brazilian Portuguese.

In 2017 I started rewriting it using Ruby on Rails, but after sometime I deleted the unfinished code. It was in a different repository.

In mid 2021 I updated it using newer framework versions but it still has some big bugs. It was released as version 1.1 and its branch is release-1.1.

In late 2021 I decided to start rewriting it using newer technologies. Currently I'm trying Next.js.

About

A simple CRM concept tool for sales teams.

pk-self.vercel.app


Languages

Language:TypeScript 75.5%Language:JavaScript 17.3%Language:CSS 7.2%