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

https://github.com/worty76/wortyf

A website forum on sexual education helps people share knowledge and skills to protect themselves from sexual harassment.
https://github.com/worty76/wortyf

education mongodb mui-material nodejs reactjs

Last synced: 7 months ago
JSON representation

A website forum on sexual education helps people share knowledge and skills to protect themselves from sexual harassment.

Awesome Lists containing this project

README

          

# WortyTF
A website forum on sexual education helps people share knowledge and skills to protect themselves from sexual harassment.

## Run Locally

### 1. Clone repo

```
$ git clone git@github.com:Worty76/WortyTF.git
$ cd WortyTF-Master
```

### 2. Install MongoDB

Download it from here: https://docs.mongodb.com/manual/administration/install-community/

### 3. Run Backend

- Go to .env (if there's no .env, create one) and change data by your mongoDB token.

```
$ npm install
$ npm start
```

### 4. Run Frontend

```
# open a new terminal
$ cd client
$ npm install
$ npm start
```

### 5. Login

- Run http://localhost:3000/signin (if you don't have any accounts, create one in http://localhost:3000/signup)
- Enter your email and password and click signin button

### 6. Create Posts

- Run http://localhost:3000/home
- Click Create Post and enter post info

## DEMO

Uploading...

## Documentation
COPYRIGHT BY WORTY (Le Thanh Dat) 2023.