API to fetch timezone for the given country(s) with user authentication. Built with knex, JWT, Nodejs and Express
$ docker-compose build
$ docker-compose down
$ docker-compose up -d
{
"email":"a@b.com"
"password":"test"
}
{
"email":"a@b.com"
"password":"test"
}
{
"email":"a@b.com"
"refreshToken":"...."
}
x-access-token:"...."
x-access-token:"...."
- Add pagination
- Linting
- Tests
- Proper Logging
- ....
This project was developed under time constraints, and is not bug-free and requires much more fine tuning. Please use issues for suggestions and bug reports.