Skip to content

nydevel/roadmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ROADMAP

Skills roadmap.

It's like midnmap, but with interface for data attachments (articles, links, video) for learning + data status (to read, done etc.) So, you can build your wished skills roadmap and attach resources required for learning.

Tech-stack

Back + front Rust lang only:)

Schemas

https://miro.com/app/board/uXjVP3DP4Gc=

Preinstall requirements

For Debian:

sudo apt install build-essential
  1. Install Rust
  2. Install sqlx-cli fro migrations
cargo install sqlx-cli --no-default-features --features rustls,postgres
  1. Copy .env.example to .env file
  2. Install docker
  3. Run docker compose
docker compose up -d
  1. SQLX DB create (on new host)
sqlx database create
  1. SQLX migrations
sqlx migrate run

About

Skills Impovement Roadmap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published