Skip to content

rogeriomq/technical-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neoway Challenge

REQUIRIMENT

  • Docker;
  • Docker Compose;

This repository contains two projects:

  1. API with Deno + Oak, here for more details.
  2. SPA with Vite + TS + Reactjs, here for more details.

For run all with doker, first:

Create a .env file in each project. There is an env-example file as a template.

On API project, in .env, use neoway_db has a DB_HOST when run with docker.

Run

docker-compose up

And initalize database with command:

docker exec -it neoway_api sh -c "deno task init:db"

Address:

API: http://127.0.0.1:4444

To test api, access http://127.0.0.1:4444/api/status

SPA: http://127.0.0.1:8080

Have Fun!

Att: Rogério Milhomens de Queiroz

[Linkedin] (https://www.linkedin.com/in/rogeriomq/) | [Github] (https://github.com/rogeriomq) | [Email] (mail://[email protected]) |

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages