This is a Movie Reviewer Website thta I am creating by following along with freeCodeCamp, from YouTube.
  • JavaScript 53.9%
  • Java 26.2%
  • CSS 12%
  • HTML 7.9%
Find a file
2023-04-05 17:34:09 -06:00
.vscode Unused import 2023-02-18 11:33:46 -07:00
client Fix 2023-04-05 17:34:09 -06:00
data First Api route 2023-02-15 14:24:18 -07:00
server Server CORS 2023-02-18 14:44:46 -07:00
README.md Update README.md 2023-02-22 11:33:03 -07:00

movie-reviewer

To connect to the database:

We are connecting it to a database hosted by MongoDB Atlas, execture the command

mongosh "mongodb+srv://cluster0.x71nqfg.mongodb.net/myFirstDatabase?authSource=%24external&authMechanism=MONGODB-X509" --apiVersion 1 --tls --tlsCertificateKeyFile ../../certificates/X509-cert-9076983465375967499.pem

To run the spring serever:

We are using spring to run our server, in order to run execute the command

cd server ./mvnw spring-boot:run

To run the client application:

cd client npm start