API server for the Not!ce application.
-
Clone the repository
# Clone with SSH git clone git@github.com/notice-project/notice-api.git # Clone with HTTPS git clone https://github.com/notice-project/notice-api.git
-
Install dependencies
pdm install
-
Run the development server
pdm run dev
After running the development server, you can access the API at http://localhost:8000.