Skip to content

Commit

Permalink
UPDATE: Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
buraksakalli committed Sep 24, 2022
1 parent 52edff9 commit 89c1a6d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Poll Voting

This is a simple poll voting app that allows users to vote on polls and view the results.

## Getting Started

Update the `.env` file with your MongoDB credentials.

```bash
yarn dev
#or
npm run dev
```

## Built With

- [MongoDB](https://www.mongodb.com/) - Database
- [Mongoose](https://mongoosejs.com/) - MongoDB object modeling for Node.js
- [Express](https://expressjs.com/) - Node.js web framework

## License

MIT

0 comments on commit 89c1a6d

Please sign in to comment.