Skip to content

bregeabe/no-embedding-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

no-embedding-api

API for noembedding.com

Setup MySQL server

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

Installation

  1. Install dependencies:
npm install
  1. Set up the database schema and seed data, then start the server:
npm run rebuild_run

Available Scripts

  • npm start - Start the server
  • npm run dev - Start the server in development mode with auto-reload
  • npm run rebuild_run - Rebuild schema, insert seed data, and start server
  • npm run rebuild:schema - Only rebuild database schema
  • npm run rebuild:seed - Only insert seed data

About

API for noembedding.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors