Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckay-9/atlas
Empowering education, one classroom at a time.
https://github.com/ckay-9/atlas
actix-web diesel-rs education nextjs rust web
Last synced: about 1 month ago
JSON representation
Empowering education, one classroom at a time.
- Host: GitHub
- URL: https://github.com/ckay-9/atlas
- Owner: CKAY-9
- License: agpl-3.0
- Created: 2023-12-17T01:42:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T18:53:15.000Z (8 months ago)
- Last Synced: 2024-05-03T05:07:45.100Z (8 months ago)
- Topics: actix-web, diesel-rs, education, nextjs, rust, web
- Language: TypeScript
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Atlas
Empowering education, one classroom at a time.## About
Atlas is a web platform dedicated to making sure education is accessible to everyone. Atlas includes features that allows educators
and students to interact and engage online. These features are meant to empower students and teachers to make sure they have the
best expierence learning and teaching.## Developing
### Folder Structure
- atlas-frontend: NextJS web application
- atlas-server: Actix and Diesel rust API
- assets: General assets### Running
```
git clone https://github.com/CKAY-9/atlas.git
cd atlas# Frontend
cd atlas-frontend
npm i
# setup .env
npm run dev # or build# Server / API
cd atlas-server
# setup .env
cargo run
```