Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Notes Screenshot

Memory Notes

Memory Notes is a simple full-stack notes application built around a C core, with a FastAPI backend and a traditional HTML, CSS, and JavaScript frontend. The project was built to learn modular software design in C, memory management, file persistence, shared libraries, REST APIs, Docker-based deployment, and full-stack application development.

Run

gcc -shared -fPIC -o libnotes.so src/*.c

cd backend
uvicorn main:app --reload

cd ../frontend
python -m http.server 5500

LICENSE

MIT

About

A Web Integrated C Core + FastAPI Notes App

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages