It’s built with JavaScript – a very light node plus express server, sequelize with postgres database.
You can either run it manually or using Docker commands to spawns up all the stack components.
- Go to
sample-api
- Run the following commands:
npm install --save-dev sequelize-cli
npx sequelize-cli db:migrate
npm install
npx ts-node-dev src/server.ts
You can now access to API-Endpoints through http://localhost:3000/api/. See API-Endpoints Documentation.
Run the following commands: docker-compose up
You can now access to API-Endpoints through
- Login/Register
- Create notes
- List their own notes