8000 GitHub - alexjbarnes/cpd-portal
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

alexjbarnes/cpd-portal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

CPD Goal Tracker Application

This repository houses a full-stack application for tracking CPD (Continuous Professional Development) goals. It includes a client-side React application and a server-side Node.js API. The Node.js API uses MongoDB for data storage and provides endpoints for managing goals and their associated activities. The React application provides a user interface for creating and managing these goals and activities.

The repository structure is as follows:

- root
  - client
  - server

Client Application

The client application, located in the client folder, is a React application built using TypeScript. It provides an intuitive user interface for users to interact with the CPD goals. It communicates with the server-side API for performing CRUD operations on the goals and associated activities.

For more detailed information about the client-side application, refer to the README.md file in the client folder.

Server Application

The server application, located in the server folder, is a Node.js API. It provides endpoints for managing CPD goals and their associated activities. The API uses MongoDB for data storage, and includes authentication and logging features.

For more detailed information about the server-side application, refer to the README.md file in the server folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.1%
  • CSS 23.2%
  • Dockerfile 2.0%
  • Other 0.7%
0