Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/txstate-etc/voting-app


https://github.com/txstate-etc/voting-app

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# voting-app

---

## Installing and Running

---

Make sure you are in the `voting-app` directory.

```sh
# Install Node Modules
npm install

# Start the Server
npm start

# Start the Server in development mode
npm run dev

# Run API tests
npm test
```

> The server will be available at localhost:3000