Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alyyousuf7/todoapp-bootstrap
A sample application with ExpressJS + TypeORM
https://github.com/alyyousuf7/todoapp-bootstrap
Last synced: about 5 hours ago
JSON representation
A sample application with ExpressJS + TypeORM
- Host: GitHub
- URL: https://github.com/alyyousuf7/todoapp-bootstrap
- Owner: alyyousuf7
- Created: 2020-01-27T10:47:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T22:00:16.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T18:37:06.255Z (over 1 year ago)
- Language: TypeScript
- Size: 413 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoApp
A simple app to maintain group of todo list.Made a simple REST API server as a sample project with the following technologies:
- TypeScript (NodeJS v12)
- ExpressJS
- TypeORM
- Swagger
- Postgres
- Docker# Setup
## Docker
- Clone the repository
- Run `docker-compose up`## Without Docker
- Clone the repository
- Run `yarn install`
- Run `yarn typeorm migration:run`*
- Run `yarn watch`*\* You need to set environment variables to provide configuration for database connection. Please see `src/config.ts` for environment variable names.
---
After the server is setup, you will be provided with an API Key on the terminal.
The API will be useable from the documentation available at http://localhost:3000/docs.