Full-Stack VkMedia Application using ReactJs, and Tailwind CSS for the front end and NodeJs, ExpressJs and MongoDb for backend. This App is fully responsive. This project includes for frontend (UI Design) and Backend (Server).
SERVER OR BACKEND
Firstly move to the server directory eg: cd server
The .env file will contain the following:
i. MONGODB_URL = database connection string
ii. JWT_SECRET_KEY = your secreate key
iii. PORT = 8800
iv. AUTH_EMAIL= email address
v. AUTH_PASSWORD= email access password
vi. APP_URL = http://localhost:8800
Run npm install to install the packages
Run npm start to start the server
FRONTEND:
In the project directory, you can run:
npm start
Runs the app in the development mode.\
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.\
See the section about running tests for more information.