Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mouzkolit/schoolnote
- Owner: mouzkolit
- Created: 2024-08-29T10:18:15.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-25T16:31:47.000Z (3 months ago)
- Last Synced: 2024-10-16T18:58:09.903Z (2 months ago)
- Topics: gin, golang, postgresql, sveltekit
- Language: Go
- Homepage:
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`