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

https://github.com/gesiscss/unsexistifyit


https://github.com/gesiscss/unsexistifyit

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# UnSexistifyIt Game

A language game which aims to convert sexist statements into non-sexist.

## Installation

- Download and Install [MongoDB](http://mongodb.org/downloads).

- Download and Install [Node.js](https://nodejs.org/en/download/).

## Usage

- To install all dependency packages, navigate to the main project directory and run
```bash
npm install
```

- Make sure Mongo is running on your system. How to run MongoDB on [Ubuntu](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/#run-mongodb-community-edition), [OSX](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/#run-mongodb), and [Windows](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/#run-mongodb-community-edition)

- To start the project, run
```bash
npm start
```
- Navigate to http://localhost:3000/ in your browser to play the game