Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/splorg/mybrary
An MVC full stack web app where users can add, edit and delete authors and books from a library.
https://github.com/splorg/mybrary
express javascript mongodb mvc nodejs
Last synced: 22 days ago
JSON representation
An MVC full stack web app where users can add, edit and delete authors and books from a library.
- Host: GitHub
- URL: https://github.com/splorg/mybrary
- Owner: splorg
- Created: 2022-09-07T16:07:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T13:25:30.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T07:14:37.330Z (3 months ago)
- Language: JavaScript
- Homepage: https://mybrary-bgnm.onrender.com/
- Size: 240 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mybrary
Uma aplicação fullstack no padrão MVC onde um usuário pode cadastrar livros e autores a uma biblioteca virtual.
Desenvolvido com:
- Node.js e Express
- Mongoose
- MongoDBDisponível em: https://mybrary-bgnm.onrender.com/
## Como executar o projeto:
- clone o repositório
- adicione um arquivo .env com a variável DATABASE_URL para o link de um banco de dados MongoDB
- execute o comando `npm i`
- execute o comando `npm run start` e acesse http://localhost:3000