https://github.com/edsonaraujobr/proximo
Project based on a real problem developed as final project for the Database Discipline
https://github.com/edsonaraujobr/proximo
bd javascript mysql node react
Last synced: 3 months ago
JSON representation
Project based on a real problem developed as final project for the Database Discipline
- Host: GitHub
- URL: https://github.com/edsonaraujobr/proximo
- Owner: edsonaraujobr
- License: other
- Created: 2024-05-23T19:56:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-29T23:48:59.000Z (almost 2 years ago)
- Last Synced: 2024-11-26T03:13:17.217Z (over 1 year ago)
- Topics: bd, javascript, mysql, node, react
- Language: JavaScript
- Homepage:
- Size: 13.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 📋 Project
This project was deleveped as final project of the database discipline taught by the teacher **Maísa Soares Dos Santos Lopes** from Computer Science Course.
Named as **próximo**, it's a software that aims to solve a real problem faced by students who consume at the university resturant at UESB, Vitória da Conquista.
## 💻 How to use
To clone and run this application you need to have [Git](https://git-scm.com) and [Docker](https://www.docker.com/) installed on your computer
In your command line
```bash
# Clone the repository
$ git clone https://github.com/edsonaraujobr/proximo
# Run the application through docker
$ docker compose up --build
# Access the application in your browser
$ http://localhost:9000
```
Now, you need to create an account for the clerk after logging in as the admin with the email admin@gmail.com and password admin. Then, you can access the system as the clerk using the account you just created.
## 👨💻 Technologies
These are the technologies used in this project
**Backend:** [Node.js](https://nodejs.org/en/), [Express](https://expressjs.com/pt-br/), [MySQL](https://www.mysql.com/).
**Frontend:** [ReactJS](https://react.dev/), [TailwindCSS](https://tailwindcss.com/docs/guides/vite), [Vite](https://vitejs.dev/).
## 📺 Presentation Slide
[Download here](https://github.com/edsonaraujobr/software-ru/blob/main/Apresenta%C3%A7%C3%A3oProximo.pptx)
## 🎲 Conceptual Model
[View here](https://github.com/edsonaraujobr/software-ru/blob/main/ModeloConceitual.png)
## 💎 Logic Model
[View here](https://github.com/edsonaraujobr/software-ru/blob/main/ModeloLogico.png)
## 📃 Requirements Document
[Download here](https://github.com/edsonaraujobr/software-ru/blob/main/documentoRequisitosBD.pdf)
## 🎬 Running

## 📝 License
See the [LICENSE](https://github.com/edsonaraujobr/software-ru/blob/main/LICENSE) to get more details.