Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelteixeiraa/calc
https://github.com/miguelteixeiraa/calc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/miguelteixeiraa/calc
- Owner: miguelteixeiraa
- Created: 2023-08-15T02:25:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-22T05:14:41.000Z (over 1 year ago)
- Last Synced: 2023-08-22T06:26:52.455Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://calc-eight-pi.vercel.app/
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is the Calc app
## Getting Started
First, install the project dependencies using [pnpm](https://pnpm.io/installation):
```bash
pnpm i
```Then run the project using the development server with the following command:
```bash
pnpm dev
```Using docker
```bash
docker build . -t next-app # build the docker image
docker run -p 3000:3000 next-app # then, run
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the the calc app.
### Connecting to the database
To connect to the database you need to provide a mongo connection string with username and password to the **.env** file.