Skip to content

amrllkmn/noted

Repository files navigation

NOTED

This is a Markdown note-taking app, with it's back-end written in Rust. It's part of the Coding Challenges

How to run

Run cargo run at the project's root folder. Optionally, create an .env file with this values:

# .env

PORT_NUMBER= 3000
DATABASE_URL= YOUR_DATABASE_URL
FRONT_END_URL= YOUR_FRONT_END_URL # This one I added for CORS

OR

Use docker-compose, which compiles the app and builds up a PostgreSQL DB if you want to skip the .env setup but remember to run docker-compose up --build if you have changes (I didn't set up hot reload).

Stack

Back-end

  • Rust (with Axum)
  • PostgreSQL

Front-end

  • Svelte (in a separate repo)

About

It's a Markdown note-taking app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published