-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
176 changed files
with
9,521 additions
and
15,950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"cSpell.words": [ | ||
"Formik", | ||
"Ingadi", | ||
"revolucionario" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
FROM node:lts-alpine | ||
|
||
# Create app directory | ||
RUN mkdir -p /home/ingadi/web/node_modules && chown -R node:node /home/ingadi/web | ||
WORKDIR /home/ingadi/web | ||
|
||
COPY package.json package-lock.json ./ | ||
USER node | ||
RUN npm add | ||
|
||
COPY --chown=node:node . . | ||
|
||
EXPOSE 3000 | ||
CMD ["npm", "run", "start"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
[Matola Ingadi](https://matolaingadi.ogolfim.com/) | ||
|
||
[Matola Ingadi](https://matolaingadi.website/) | ||
 | ||
|
||
Matola Ingadi is an event hall, so i created a website where they can save events stories, receive an email when a user plans an event in the Lounge, save the user's planned and realized events. | ||
|
||
For the maintenance of the website I created the superuser which will access the application through a separate client. <br/> | ||
Hi's able to add, edit delete data, so with that the website will always use updated data. (Client [Here](https://github.com/arlindojos/Matola-Ingadi/tree/mobile)). | ||
Hi's able to add, edit delete data, so with that the website will always use updated data. (Client [Here](https://github.com/bboa3/Matola-Ingadi/tree/mobile)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
module.exports = { | ||
presets: ["next/babel"], | ||
plugins: [["styled-components", { "ssr": true }]] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
version: "3.8" | ||
|
||
services: | ||
ingadi-web: | ||
build: . | ||
env_file: | ||
- ./.env | ||
volumes: | ||
- web-data:/home/ingadi/web | ||
- node_modules:/home/ingadi/web/node_modules | ||
networks: | ||
- ingadi-network | ||
container_name: "ingadi-web" | ||
command: npm run start | ||
ports: | ||
- 3001:3000 | ||
|
||
networks: | ||
ingadi-network: | ||
volumes: | ||
web-data: | ||
node_modules: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Submodule mobile
deleted from
9749ab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
const withImages = require('next-images') | ||
module.exports = withImages({ | ||
esModule: true, | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/// <reference types="next" /> | ||
/// <reference types="next/types/global" /> |
Oops, something went wrong.
bb77711
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: