Acervo Digital is a image storage system to preserve the historical heritage of Paranaguá, you as a user can view the images and their stories, and as a moderator you can register them.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This is an example of how you can set up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- nodejs
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/GustavoASCarvalho/Acervo.git
- Install NPM packages
npm install
- Create database called "acervo"
- Copy
.env.example
and set your envsDATABASE_URL=postgresql://postgres:123@localhost/acervo S3_KEY=YOUR_S3_KEY S3_SECRET=YOUR_S3_SECRET S3_BUCKET=YOUR_S3_BUCKET S3_REGION=YOUT_S3_REGION
- Initialize your database and populate it
node ace migration:run node ace db:seed
- Run the project
node ace serve
- Implementação do AdonisJS
- Implementação do Bootstrap
- Implementação do banco de dados Postgresql
- Models e migrations aplicados
- Autenticação adicionada
- Atribuição de relações
- Criação de um seeder paro banco de dados
- Estilização de paginas
- Adicionado validações de formulários
- Adicionado bibliotecas de segurança
- Atualizando relação de modelagem imagem/post para N pra N
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Gustavo Alexandre da Silva Carvalho - Linkedin - [email protected]
Project Link: https://github.com/GustavoASCarvalho/Acervo