- Embedded Javascript(EJS)
- Nestjs
- Express
- passportjs
- octokit
- TypeORM
- GithubOath2
- SQLite
- Railway
- Clone the repository.
git clone https://github.com/divya-ilona/git-app.git
2.Change the working directory
cd git-app
3.Install dependencies
npm install
- Create your OAuth App through Developer Setting of your github accout.
- Create your own Client Id and secret and paste in github strategy.
- Change callback url to localhost in repo service.
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod