Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developaul/teslo-shop
Teslo Shop App: NextJS
https://github.com/developaul/teslo-shop
Last synced: about 1 month ago
JSON representation
Teslo Shop App: NextJS
- Host: GitHub
- URL: https://github.com/developaul/teslo-shop
- Owner: developaul
- Created: 2023-10-14T02:22:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T20:39:26.000Z (about 1 year ago)
- Last Synced: 2023-11-03T23:26:04.819Z (about 1 year ago)
- Language: TypeScript
- Size: 16.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Teslo App
First step, create images
```
docker-compose up -d
```Second step, config envs
```
MONGO_URL=mongodb://localhost:27017/teslodb
```Third step, Config envs
```
You can rename __.env.template__ to __.env__
```