Skip to content

rafaeldias98/learn-nextjs-cep-researcher

Repository files navigation

CEP Researcher [Learning NextJS]

This repository is a self-implementation of Create a Next.js App Tutorial

e2e tests

🔝 Project

☑️ Requirements

  • Node.js installed, version 10.13 or later

🚧 Start Development Server

$ cp .env.example .env
$ npm run dev

💀 Run Tests

E2E tests:

$ npm run test:e2e

🚀 Deploy

This repository has CI/CD configured with Github Actions + Vercel.

  • For each commit pushed to any branch, Vercel performs a Preview Deployment and provides a Preview URL used to perform all tests. If the tests pass, the code can be merged into the master branch

  • For each commit pushed to master, Vercel deploy the code in Production environment.

📰 Project Dependencies

This project depends of BrasilAPI, a project by Filipe Deschamps (a person who inspires me)

🔧 Contributing

contributions welcome

If you find any problem or have a suggestion, please open an issue.

💻 Author

  • Rafael Dias - Software Developer

📝 License

  • This project is licensed under the MIT License - see the LICENSE file for more details.