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.
- Host: GitHub
- URL: https://github.com/worty76/wortyf
- Owner: worty76
- License: mit
- Created: 2023-10-22T14:31:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T14:49:57.000Z (12 months ago)
- Last Synced: 2025-01-13T17:15:54.717Z (9 months ago)
- Topics: education, mongodb, mui-material, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 17.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.