Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mouzkolit/schoolnote

School Application that should store notes, comments and scheduling for teachers parents and pupils
https://github.com/mouzkolit/schoolnote

gin golang postgresql sveltekit

Last synced: 19 days ago
JSON representation

School Application that should store notes, comments and scheduling for teachers parents and pupils

Awesome Lists containing this project

README

        

# School Application Software

Very early stage. Little side project.
This repository should be a school software for parents, pupils and teachers to connect and share information. Get notes from teachers to pupils and vice versa.

## Features

- GO Backend
- Svelte Frontend
- Postgres Database (this will be added later)
- Redis (this will be added later)

## Getting Started

1. Clone the repository
2. For Frontend run `npm install`
3. Set up environment variables (API keys, database connection, etc.)
4. Run the development server: `npm run dev`