AJK Town API
is the second generation project produced by AJK Town, or AJ Kim. It was renamed after "Wordy", which once contained both API server and the Frontend source code packaged together. They are now separated into two repositories AJK Town API
and AJK Town Wordnote
.
https://hub.docker.com/r/ajktown/api/tags
By default, the GitHub Action will build and push the image to the Docker Hub. If you want to push the image locally, you can use the following commands:
docker build -t ajktown/api:latest .
docker push ajktown/api:latest
Please check the documentation here
This project is built on the starter code that Nest JS provides.
project_name="ajktown-api" # you can insert your project name
git clone https://github.com/nestjs/typescript-starter.git "${project_name}"
A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
$ yarn
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod
# unit tests
$ yarn test
# e2e tests
$ yarn test:e2e
# test coverage
$ yarn test:cov
Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.
Nest is MIT licensed.