add initial template
This commit is contained in:
parent
4ed1e88dc2
commit
45a93e5a23
13 changed files with 457 additions and 13 deletions
18
README.md
18
README.md
|
@ -1,2 +1,18 @@
|
|||
# Team NPT
|
||||
# Template per Hackathon
|
||||
|
||||
## 🚀 Avvio Rapido
|
||||
|
||||
```bash
|
||||
# Avvia tutto con un comando
|
||||
./start.sh
|
||||
|
||||
#Comandi utili per vedere dati db su mongosh
|
||||
mongosh
|
||||
show dbs
|
||||
use simple_db
|
||||
show collections
|
||||
db.items.find()
|
||||
```
|
||||
|
||||
Il frontend sarà disponibile su http://localhost:3000
|
||||
Il backend sarà hostato localmente su http://localhost:8000
|
Loading…
Add table
Add a link
Reference in a new issue