hariom1625 / alexa-community-jaipur

Source Code for Alexa Dev Hub Website - Website where we put up blogs related to Alexa Development and much more.

Home Page:http://alexadevhub.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

All Contributors

Alexa Blogs

The website is dedicated to Alexa Development blogs.:computer:
Blogs are posted by the members of Alexa Community:people_holding_hands:, Jaipur.

Stack Used: MERN.

The website stands on the MERN architecture.
You can find the front-end part within the client folder.

Stats

GitHub forks GitHub stars GitHub watchers GitHub license

Issues :

GitHub issues GitHub closed issues

Pull requests :

GitHub pull requests GitHub closed pull requests

Commit history :

GitHub commit activity GitHub last commit

Steps to get you started:

Before moving forward, make sure you are aware of the MERN stack and have the necessary libraries and packages installed.
React is built using the create-react-app package for your knowledge.

  • If you want to start learning React go through the documentation

Follow these steps to run the website locally.

  • Clone the repo using terminal, giving this command git clone https://github.com/alexa-dev-hub/alexa-community-jaipur.git.
  • Then type cd alexa-community-jaipur.

Before moving to the next steps, first put up the MONGO_DB_URI.

  • Inside the config folder, add a file named devkeys.js.
  • Add this code.
const MONGO_DB_URI =
  "mongodb+srv://<username>:<password>@ecomerce-website.qfwmi.mongodb.net/<dbname>?retryWrites=true&w=majority";

module.exports = { MONGO_DB_URI };
  • The above URI is just a sample. You will get a different URI when you connect your cluster to an application. It is advised you create new credentials and a new DB for working. You will then replace these details in the URI, namely < username >, < password > and < dbname >.

Now proceed forward:

  • Now if you have nodemon installed then type npm run dev to start the development backend server.
  • You will see the server starts at your localhost, port 5000.
  • Now open another terminal and browse to the same folder.
  • Now type cd client to move into the client folder (React).
  • We will run the backend and frontend separately.
  • Then type npm run start to begin the React local server.
  • Goto http://localhost:3000, to see the website up and running.
  • You may have to change the the API Url to direct at the backend local port.
  • Explanation on client-side is in this README

Good for? :grinning:

The repository is good for beginners to work on. Those πŸ‘¨β€πŸ’» who have recently learnt React and Web development and want to get their hands dirty with some cool open source projects are always welcome. We would love to see your creativity here.

Further Development and Contribution πŸ’¬

The website requires a whole new fresher look. We would love to see your creativity and bring out the designer within you. You can spill your ideas using the Material UI library for React. We need designer who could create wireframes for the website.

Regarding Deployment to Production πŸš€

The website has been enabled with automatic deployments on Heroku (See Environments) from the master branch, make sure you do not leave any critical merge conflicts whenever you leave a PR.

Want to be a part of Alexa Community, Jaipur. 🀝

Follow us on sumanth nidamanuri
We will get in touch with you.

Facing Any Problem or need any Help? πŸ€”

Write us in issues section. We will try to solve your issue within 24 hours ⏳.

Show some ❀️ and ⭐ the repo to support the project! 🀩

This project is published and maintained under MIT License

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Tarun Singh

πŸ’»

Abir

πŸ’»

Sumanth Nidamanuri

πŸ’»

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Source Code for Alexa Dev Hub Website - Website where we put up blogs related to Alexa Development and much more.

http://alexadevhub.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 91.6%Language:HTML 6.7%Language:CSS 1.8%