API for noembedding.com
Use this docker command in your terminal
docker run -d -p 0.0.0.0:3306:3306 --name="noembedding" -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=noembedding -d mysql:8- Install dependencies:
npm install- Set up the database schema and seed data, then start the server:
npm run rebuild_runnpm start- Start the servernpm run dev- Start the server in development mode with auto-reloadnpm run rebuild_run- Rebuild schema, insert seed data, and start servernpm run rebuild:schema- Only rebuild database schemanpm run rebuild:seed- Only insert seed data